We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b972d commit 56b6373Copy full SHA for 56b6373
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
platform:
14
- - { name: Windows, os: windows-2025 }
+ - { 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