Skip to content

Commit c5cfb7f

Browse files
committed
Update to windows-2025 images
1 parent 8ca866f commit c5cfb7f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
windows:
1919
name: Windows VS2022
20-
runs-on: windows-2022
20+
runs-on: windows-2025
2121

2222
steps:
2323
- name: Checkout CSFML

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
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

0 commit comments

Comments
 (0)