File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
fail-fast : false
25
25
matrix :
26
26
platform :
27
- - { name: Windows MSVC, os: windows-2022 }
28
- - { name: Windows ClangCL, os: windows-2022 , flags: -T ClangCL }
29
- - { name: Windows Clang, os: windows-2022 , flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
27
+ - { name: Windows MSVC, os: windows-2025 }
28
+ - { name: Windows ClangCL, os: windows-2025 , flags: -T ClangCL }
29
+ - { name: Windows Clang, os: windows-2025 , flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
30
30
- { name: Linux GCC, os: ubuntu-22.04, flags: -GNinja }
31
31
- { name: Linux Clang, os: ubuntu-22.04, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
32
32
- { name: macOS Clang, os: macos-14, flags: -GNinja }
You can’t perform that action at this time.
0 commit comments