File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 fail-fast : false
2323 matrix :
2424 platform :
25- - { name: Windows VS2022 x86, os: windows-2022 , flags: -AWin32 }
26- - { name: Windows VS2022 x64, os: windows-2022 , flags: -Ax64 }
27- - { name: Windows ClangCL, os: windows-2022 , flags: -T ClangCL }
28- - { name: Windows Clang, os: windows-2022 , flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
25+ - { name: Windows VS2022 x86, os: windows-2025 , flags: -AWin32 }
26+ - { name: Windows VS2022 x64, os: windows-2025 , flags: -Ax64 }
27+ - { name: Windows ClangCL, os: windows-2025 , flags: -T ClangCL }
28+ - { name: Windows Clang, os: windows-2025 , flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
2929 - { name: Linux GCC, os: ubuntu-22.04, flags: -GNinja }
3030 - { name: Linux Clang, os: ubuntu-22.04, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
3131 - { name: MacOS, os: macos-14, flags: -GNinja }
Original file line number Diff line number Diff line change 1717jobs :
1818 windows :
1919 name : Windows VS2022
20- runs-on : windows-2022
20+ runs-on : windows-2025
2121
2222 steps :
2323 - name : Checkout CSFML
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616jobs :
1717 windows-x86 :
1818 name : Windows x86
19- runs-on : windows-2022
19+ runs-on : windows-2025
2020
2121 steps :
2222 - name : Cache MinGW x86
@@ -103,7 +103,7 @@ jobs:
103103
104104 windows-x64 :
105105 name : Windows x64
106- runs-on : windows-2022
106+ runs-on : windows-2025
107107
108108 steps :
109109 - name : Cache MinGW x64
You can’t perform that action at this time.
0 commit comments