Skip to content

Commit ccc2a41

Browse files
Update dependency windows to v2025
1 parent 8b71775 commit ccc2a41

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/mingw-w64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
x86_64-mingw-w64-build:
16-
runs-on: windows-2022
16+
runs-on: windows-2025
1717
steps:
1818
- name: Setup MSYS2
1919
id: msys2
@@ -70,7 +70,7 @@ jobs:
7070
path: crystal
7171

7272
x86_64-mingw-w64-test-stdlib:
73-
runs-on: windows-2022
73+
runs-on: windows-2025
7474
steps:
7575
- name: Setup MSYS2
7676
id: msys2
@@ -99,7 +99,7 @@ jobs:
9999
make std_spec
100100
101101
x86_64-mingw-w64-test-compiler:
102-
runs-on: windows-2022
102+
runs-on: windows-2025
103103
needs: [x86_64-mingw-w64-build]
104104
steps:
105105
- name: Setup MSYS2

.github/workflows/win.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
x86_64-windows-libs:
17-
runs-on: windows-2022
17+
runs-on: windows-2025
1818
steps:
1919
- name: Disable CRLF line ending substitution
2020
run: |
@@ -93,7 +93,7 @@ jobs:
9393
run: .\etc\win-ci\build-openssl.ps1 -BuildTree deps\openssl -Version 3.4.1
9494

9595
x86_64-windows-dlls:
96-
runs-on: windows-2022
96+
runs-on: windows-2025
9797
steps:
9898
- name: Disable CRLF line ending substitution
9999
run: |
@@ -182,7 +182,7 @@ jobs:
182182
run: .\etc\win-ci\build-openssl.ps1 -BuildTree deps\openssl -Version 3.4.1 -Dynamic
183183

184184
x86_64-windows-llvm-libs:
185-
runs-on: windows-2022
185+
runs-on: windows-2025
186186
steps:
187187
- name: Enable Developer Command Prompt
188188
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
@@ -205,7 +205,7 @@ jobs:
205205
cmake "-DCMAKE_INSTALL_PREFIX=$(pwd)\..\llvm" -P cmake_install.cmake
206206
207207
x86_64-windows-llvm-dlls:
208-
runs-on: windows-2022
208+
runs-on: windows-2025
209209
steps:
210210
- name: Disable CRLF line ending substitution
211211
run: |
@@ -238,7 +238,7 @@ jobs:
238238
llvm_version: "19.1.7"
239239

240240
x86_64-windows-test:
241-
runs-on: windows-2022
241+
runs-on: windows-2025
242242
needs: [x86_64-windows-release]
243243
steps:
244244
- name: Disable CRLF line ending substitution
@@ -286,7 +286,7 @@ jobs:
286286
run: make -f Makefile.win samples
287287

288288
x86_64-windows-test-interpreter:
289-
runs-on: windows-2022
289+
runs-on: windows-2025
290290
needs: [x86_64-windows-release]
291291
steps:
292292
- name: Disable CRLF line ending substitution
@@ -322,7 +322,7 @@ jobs:
322322

323323
x86_64-windows-installer:
324324
if: github.repository_owner == 'crystal-lang' && (startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/ci/'))
325-
runs-on: windows-2022
325+
runs-on: windows-2025
326326
needs: [x86_64-windows-release]
327327
steps:
328328
- name: Disable CRLF line ending substitution

.github/workflows/win_build_portable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: {}
1414

1515
jobs:
1616
build:
17-
runs-on: windows-2022
17+
runs-on: windows-2025
1818
steps:
1919
- name: Disable CRLF line ending substitution
2020
run: |

0 commit comments

Comments
 (0)