We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2011026 commit 1cb98d6Copy full SHA for 1cb98d6
.github/workflows/conda-package.yml
@@ -59,7 +59,7 @@ jobs:
59
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
60
61
build_windows:
62
- runs-on: windows-latest
+ runs-on: windows-2019
63
64
strategy:
65
matrix:
@@ -171,7 +171,7 @@ jobs:
171
172
python: ['3.9', '3.10']
173
experimental: [false]
174
- runner: [windows-latest]
+ runner: [windows-2019]
175
continue-on-error: ${{ matrix.experimental }}
176
env:
177
CHANNELS: -c conda-forge -c intel --override-channels
0 commit comments