Skip to content

Commit 04cd3af

Browse files
committed
Use windows-latest for GH CI runners
1 parent 2120ef4 commit 04cd3af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/conda-package-cf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
6363

6464
build_windows:
65-
runs-on: windows-2019
65+
runs-on: windows-latest
6666

6767
strategy:
6868
matrix:
@@ -177,7 +177,7 @@ jobs:
177177
python: ["3.9", "3.10", "3.11", "3.12"]
178178
numpy: ["1.26*", "2*"]
179179
experimental: [false]
180-
runner: [windows-2019]
180+
runner: [windows-latest]
181181
continue-on-error: ${{ matrix.experimental }}
182182
env:
183183
CHANNELS: -c conda-forge --override-channels

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
6363

6464
build_windows:
65-
runs-on: windows-2019
65+
runs-on: windows-latest
6666

6767
strategy:
6868
matrix:
@@ -177,7 +177,7 @@ jobs:
177177
python: ["3.9", "3.10", "3.11", "3.12"]
178178
numpy: ['1.26*']
179179
experimental: [false]
180-
runner: [windows-2019]
180+
runner: [windows-latest]
181181
continue-on-error: ${{ matrix.experimental }}
182182
env:
183183
CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels

0 commit comments

Comments
 (0)