Skip to content

Commit

Permalink
Replaced windows-latest with windows-2019 to fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 17, 2024
1 parent ee1ee10 commit 541f5ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl

build_windows:
runs-on: windows-latest
runs-on: windows-2019

strategy:
matrix:
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
matrix:
python: ['3.9', '3.10', '3.11']
experimental: [false]
runner: [windows-latest]
runner: [windows-2019]
continue-on-error: ${{ matrix.experimental }}
env:
workdir: '${{ github.workspace }}'
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
upload_windows:
needs: test_windows
if: ${{github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/')}}
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
Expand Down

0 comments on commit 541f5ae

Please sign in to comment.