Skip to content

Commit 9df040a

Browse files
Merge pull request #1686 from IntelPython/use-windows-2019
Replaced windows-latest with windows-2019 to fix windows builds
2 parents 6639eae + 541f5ae commit 9df040a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
7373

7474
build_windows:
75-
runs-on: windows-latest
75+
runs-on: windows-2019
7676

7777
strategy:
7878
matrix:
@@ -217,7 +217,7 @@ jobs:
217217
matrix:
218218
python: ['3.9', '3.10', '3.11']
219219
experimental: [false]
220-
runner: [windows-latest]
220+
runner: [windows-2019]
221221
continue-on-error: ${{ matrix.experimental }}
222222
env:
223223
workdir: '${{ github.workspace }}'
@@ -372,7 +372,7 @@ jobs:
372372
upload_windows:
373373
needs: test_windows
374374
if: ${{github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/')}}
375-
runs-on: windows-latest
375+
runs-on: windows-2019
376376
strategy:
377377
matrix:
378378
python: ['3.9', '3.10', '3.11']

0 commit comments

Comments
 (0)