We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
windows-latest
windows-2025
1 parent f1ca0ec commit 9f5352fCopy full SHA for 9f5352f
.github/workflows/csharp-qltest.yml
@@ -36,7 +36,7 @@ jobs:
36
unit-tests:
37
strategy:
38
matrix:
39
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, windows-2025]
40
runs-on: ${{ matrix.os }}
41
steps:
42
- uses: actions/checkout@v4
.github/workflows/ql-for-ql-tests.yml
@@ -60,7 +60,7 @@ jobs:
60
other-os:
61
62
63
- os: [macos-latest, windows-latest]
+ os: [macos-latest, windows-2025]
64
needs: [qltest]
65
66
0 commit comments