Skip to content

Commit ee90621

Browse files
committed
use windows-latest
1 parent b60e92c commit ee90621

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
@@ -143,7 +143,7 @@ jobs:
143143
pytest -v --pyargs $MODULE_NAME
144144
145145
build_windows:
146-
runs-on: windows-2019
146+
runs-on: windows-latest
147147

148148
strategy:
149149
matrix:
@@ -209,7 +209,7 @@ jobs:
209209
python_ver: ['3.9', '3.10', '3.11', '3.12']
210210
numpy: ['numpy"<2"', 'numpy">=2"']
211211
experimental: [false]
212-
runner: [windows-2019]
212+
runner: [windows-latest]
213213
continue-on-error: ${{ matrix.experimental }}
214214
env:
215215
workdir: '${{ github.workspace }}'

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
pytest -v --pyargs $MODULE_NAME
152152
153153
build_windows:
154-
runs-on: windows-2019
154+
runs-on: windows-latest
155155

156156
strategy:
157157
matrix:
@@ -218,7 +218,7 @@ jobs:
218218
matrix:
219219
python: ['3.9', '3.10', '3.11', '3.12']
220220
experimental: [false]
221-
runner: [windows-2019]
221+
runner: [windows-latest]
222222
continue-on-error: ${{ matrix.experimental }}
223223
env:
224224
workdir: '${{ github.workspace }}'

0 commit comments

Comments
 (0)