Skip to content

Commit 9f5352f

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:

0 commit comments

Comments
 (0)