We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9718fea commit fa94974Copy full SHA for fa94974
.github/workflows/cmake.yml
@@ -18,7 +18,7 @@ jobs:
18
# platform: [ "ubuntu-latest", "windows-latest", "mac-latest" ]
19
# Use VS 2019 as currently doesn't compile with latest
20
# Disable mac-latest, not managing to get machines from the pool.
21
- platform: [ "ubuntu-latest", "windows-2019" ]
+ platform: [ "ubuntu-latest", "windows-latest" ]
22
23
24
build-type: [ "Release", "Debug" ]
@@ -34,7 +34,7 @@ jobs:
34
cmake-flags: "-G Ninja -DSANITIZER=address,undefined -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang"
35
dependencies: "sudo apt install ninja-build"
36
37
- - platform: "windows-2019"
+ - platform: "windows-latest"
38
build-type: "Debug"
39
# Exclude perf tests in Debug on Windows as they take too long.
40
ctest-flags: "-E perf"
0 commit comments