Skip to content

Commit 59d6ba6

Browse files
committed
ci: move to latest windows platform available
1 parent 685c068 commit 59d6ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
platform:
14-
- { name: Windows VS2022, os: windows-2022 }
14+
- { name: Windows, os: windows-latest }
1515
- { name: Linux GCC, os: ubuntu-latest }
1616
- { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
1717
- { name: macOS, os: macos-latest }

0 commit comments

Comments
 (0)