Skip to content

Commit efc4dc3

Browse files
Do not use windows-latest, use windows-2019
1 parent fdcc87c commit efc4dc3

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
@@ -59,7 +59,7 @@ jobs:
5959
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
6060

6161
build_windows:
62-
runs-on: windows-latest
62+
runs-on: windows-2019
6363

6464
strategy:
6565
matrix:
@@ -171,7 +171,7 @@ jobs:
171171
matrix:
172172
python: ['3.9', '3.10', '3.11', '3.12']
173173
experimental: [false]
174-
runner: [windows-latest]
174+
runner: [windows-2019]
175175
continue-on-error: ${{ matrix.experimental }}
176176
env:
177177
CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels

0 commit comments

Comments
 (0)