Skip to content

Commit d7d6fd8

Browse files
committed
remove CI check for Windows-2019
The Windows 2019 image will be retired by Github by end of June.
1 parent 95508e2 commit d7d6fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ jobs:
341341
strategy:
342342
fail-fast: false
343343
matrix:
344-
os: [windows-2019, windows-2022, windows-2025]
344+
os: [windows-2022, windows-2025]
345345
runs-on: ${{ matrix.os }}
346346

347347
env:

0 commit comments

Comments
 (0)