Skip to content

Commit fa94974

Browse files
committed
Update CI
1 parent 9718fea commit fa94974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# platform: [ "ubuntu-latest", "windows-latest", "mac-latest" ]
1919
# Use VS 2019 as currently doesn't compile with latest
2020
# Disable mac-latest, not managing to get machines from the pool.
21-
platform: [ "ubuntu-latest", "windows-2019" ]
21+
platform: [ "ubuntu-latest", "windows-latest" ]
2222

2323

2424
build-type: [ "Release", "Debug" ]
@@ -34,7 +34,7 @@ jobs:
3434
cmake-flags: "-G Ninja -DSANITIZER=address,undefined -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang"
3535
dependencies: "sudo apt install ninja-build"
3636

37-
- platform: "windows-2019"
37+
- platform: "windows-latest"
3838
build-type: "Debug"
3939
# Exclude perf tests in Debug on Windows as they take too long.
4040
ctest-flags: "-E perf"

0 commit comments

Comments
 (0)