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.
1 parent a6dbcde commit 5ad2babCopy full SHA for 5ad2bab
1 file changed
.github/workflows/ci.yml
@@ -212,7 +212,6 @@ jobs:
212
fail-fast: false
213
matrix:
214
os:
215
- - windows-2019
216
- windows-2022
217
- windows-2025
218
runs-on: ${{ matrix.os }}
@@ -226,8 +225,8 @@ jobs:
226
225
- uses: ./.github/actions/build
227
- uses: ./.github/actions/ctest
228
229
- windows-2022-full:
230
- runs-on: windows-2022
+ windows-2025-full:
+ runs-on: windows-2025
231
steps:
232
- uses: actions/checkout@v4
233
with:
0 commit comments