Skip to content

Commit

Permalink
Use Windows-2019 instance in GH runner
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 25, 2024
1 parent 7d9c025 commit 656cbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
pytest -v --pyargs $MODULE_NAME
build_windows:
runs-on: windows-latest
runs-on: windows-2019

strategy:
matrix:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
matrix:
python: ['3.9', '3.10', '3.11', '3.12']
experimental: [false]
runner: [windows-latest]
runner: [windows-2019]
continue-on-error: ${{ matrix.experimental }}
env:
workdir: '${{ github.workspace }}'
Expand Down

0 comments on commit 656cbf7

Please sign in to comment.