Skip to content

Commit 6dde133

Browse files
committed
Use windows-latest in workflows
1 parent 5ff88df commit 6dde133

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
@@ -74,7 +74,7 @@ jobs:
7474
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
7575

7676
build_windows:
77-
runs-on: windows-2019
77+
runs-on: windows-latest
7878

7979
strategy:
8080
matrix:
@@ -203,7 +203,7 @@ jobs:
203203
matrix:
204204
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
205205
experimental: [false]
206-
runner: [windows-2019]
206+
runner: [windows-latest]
207207
continue-on-error: ${{ matrix.experimental }}
208208
env:
209209
CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels

0 commit comments

Comments
 (0)