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