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 1818jobs :
1919 windows :
2020 name : Windows VS2022
21- runs-on : windows-2022
21+ runs-on : windows-2025
2222
2323 steps :
2424 - name : Checkout CSFML
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717jobs :
1818 windows-x86 :
1919 name : Windows x86
20- runs-on : windows-2022
20+ runs-on : windows-2025
2121
2222 steps :
2323 - name : Cache MinGW x86
@@ -104,7 +104,7 @@ jobs:
104104
105105 windows-x64 :
106106 name : Windows x64
107- runs-on : windows-2022
107+ runs-on : windows-2025
108108
109109 steps :
110110 - name : Cache MinGW x64
You can’t perform that action at this time.
0 commit comments