Skip to content

Commit 5ad925e

Browse files
CI: update windows-2019 to windows-2022 (#551)
1 parent 7bcb9b3 commit 5ad925e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
vcpkg_cache: "/Users/runner/.cache/vcpkg/archives"
174174
vcpkg_logs: "/usr/local/share/vcpkg/buildtrees/**/*.log"
175175

176-
- os: "windows-2019"
176+
- os: "windows-2022"
177177
triplet: "x64-windows-dynamic-release"
178178
arch: AMD64
179179
# windows requires windows-specific paths

.github/workflows/tests-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest, macos-latest, windows-2019]
25+
os: [ubuntu-latest, macos-latest, windows-2022]
2626
python: ["3.10", "3.11", "3.12", "3.13"]
2727
env: ["latest"]
2828
include:
@@ -37,7 +37,7 @@ jobs:
3737
env: "minimal"
3838
# environment for older Windows libgdal to make sure gdal_i.lib is
3939
# properly detected
40-
- os: "windows-2019"
40+
- os: "windows-2022"
4141
python: "3.10"
4242
env: "libgdal3.5.1"
4343
# environment with nightly wheels

0 commit comments

Comments
 (0)