Skip to content

Commit 4190919

Browse files
authored
Remove windows 2019 from CI (#150)
1 parent 2b829d8 commit 4190919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
os: [ubuntu-latest, macos-latest, windows-2019, windows-2022, windows-2025]
34+
os: [ubuntu-latest, macos-latest, windows-2022, windows-2025]
3535
steps:
3636
- uses: actions/checkout@v4
3737
with:
@@ -72,7 +72,7 @@ jobs:
7272

7373
test-msys:
7474
name: Test Suite (MSYS2)
75-
runs-on: windows-2019
75+
runs-on: windows-2025
7676
defaults:
7777
run:
7878
shell: msys2 {0}

0 commit comments

Comments
 (0)