We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042d653 commit 7556dfdCopy full SHA for 7556dfd
.github/workflows/tests.yml
@@ -14,14 +14,13 @@ jobs:
14
fail-fast: true
15
16
matrix:
17
- os: [ubuntu-24.04, windows-latest, macos-15]
+ os: [ubuntu-24.04, windows-2022, macos-15]
18
build_type: [Debug, Release]
19
cxx_compiler: [g++-14, clang++, cl]
20
exclude:
21
- - os: windows-latest
22
+ - os: windows-2022
23
cxx_compiler: g++-14
24
25
cxx_compiler: clang++
26
- os: ubuntu-24.04
27
cxx_compiler: cl
0 commit comments