Skip to content

Commit 43d059d

Browse files
committed
[Github Actions] win-2019 is deprecated
1 parent 697cc33 commit 43d059d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-22.04, windows-2019]
17+
os: [ubuntu-22.04, windows-2022]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
os: [ubuntu-22.04, windows-2019]
88+
os: [ubuntu-22.04, windows-2022]
8989
python-version: ['3.9', '3.11', '3.13']
9090
timeout-minutes: 15
9191

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-22.04, windows-2019]
13+
os: [ubuntu-22.04, windows-2022]
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)