Skip to content

Commit cab2fbd

Browse files
committed
Test switching windows-latest to windows-2025
1 parent f1ca0ec commit cab2fbd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/csharp-qltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
unit-tests:
3737
strategy:
3838
matrix:
39-
os: [ubuntu-latest, windows-latest]
39+
os: [ubuntu-latest, windows-2025]
4040
runs-on: ${{ matrix.os }}
4141
steps:
4242
- uses: actions/checkout@v4

.github/workflows/ql-for-ql-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
other-os:
6161
strategy:
6262
matrix:
63-
os: [macos-latest, windows-latest]
63+
os: [macos-latest, windows-2025]
6464
needs: [qltest]
6565
runs-on: ${{ matrix.os }}
6666
steps:

.github/workflows/ruby-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
os: [ubuntu-latest, macos-latest, windows-latest]
45+
os: [ubuntu-latest, macos-latest, windows-2025]
4646

4747
runs-on: ${{ matrix.os }}
4848

@@ -157,7 +157,7 @@ jobs:
157157
path: ruby/linux64
158158
- uses: actions/download-artifact@v4
159159
with:
160-
name: extractor-windows-latest
160+
name: extractor-windows-2025
161161
path: ruby/win64
162162
- uses: actions/download-artifact@v4
163163
with:
@@ -204,7 +204,7 @@ jobs:
204204
strategy:
205205
fail-fast: false
206206
matrix:
207-
os: [ubuntu-latest, macos-latest, windows-latest]
207+
os: [ubuntu-latest, macos-latest, windows-2025]
208208

209209
runs-on: ${{ matrix.os }}
210210
needs: [package]

0 commit comments

Comments
 (0)