Skip to content

Commit 5ad2bab

Browse files
committed
Github action: Disable deprecated windows-2019
1 parent a6dbcde commit 5ad2bab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ jobs:
212212
fail-fast: false
213213
matrix:
214214
os:
215-
- windows-2019
216215
- windows-2022
217216
- windows-2025
218217
runs-on: ${{ matrix.os }}
@@ -226,8 +225,8 @@ jobs:
226225
- uses: ./.github/actions/build
227226
- uses: ./.github/actions/ctest
228227

229-
windows-2022-full:
230-
runs-on: windows-2022
228+
windows-2025-full:
229+
runs-on: windows-2025
231230
steps:
232231
- uses: actions/checkout@v4
233232
with:

0 commit comments

Comments
 (0)