We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f0ca5 commit 0fadc49Copy full SHA for 0fadc49
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
platform:
14
- - { name: Windows VS2022, os: windows-2022 }
+ - { name: Windows, os: windows-latest }
15
- { name: Linux GCC, os: ubuntu-latest }
16
- { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
17
- { name: macOS, os: macos-latest }
0 commit comments