Skip to content

Commit 1cb98d6

Browse files
Use windows-2019 container rather than windows-latest
1 parent 2011026 commit 1cb98d6

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']
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 intel --override-channels

0 commit comments

Comments
 (0)