Skip to content

Commit e03c8c9

Browse files
committed
windows 2019 is deprecated on GH Actions
1 parent e0a8f67 commit e03c8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
fail-fast: false
8989
matrix:
90-
os: ["windows-2019"]
90+
os: ["windows-2022"]
9191
python-version: ["3.10"]
9292

9393
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: ["ubuntu-latest", "macos-latest", "macos-13", "windows-2019"]
14+
os: ["ubuntu-latest", "macos-latest", "macos-13", "windows-2022"]
1515
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1616

1717
defaults: # Needed for conda

0 commit comments

Comments
 (0)