Skip to content

Commit 07f441f

Browse files
committed
Use windows-latest in GH CI
1 parent df3c37a commit 07f441f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
pytest -v --pyargs ${{ env.PACKAGE_NAME }}
143143
144144
build_windows:
145-
runs-on: windows-2019
145+
runs-on: windows-latest
146146

147147
strategy:
148148
matrix:
@@ -211,7 +211,7 @@ jobs:
211211
matrix:
212212
python: ["3.9", "3.10", "3.11", "3.12"]
213213
experimental: [false]
214-
runner: [windows-2019]
214+
runner: [windows-latest]
215215
continue-on-error: ${{ matrix.experimental }}
216216
env:
217217
workdir: '${{ github.workspace }}'

0 commit comments

Comments
 (0)