Skip to content

Commit

Permalink
Do not use windows-latest, use windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Sep 10, 2024
1 parent fdcc87c commit efc4dc3
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 @@ -59,7 +59,7 @@ jobs:
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2

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

strategy:
matrix:
Expand Down Expand Up @@ -171,7 +171,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:
CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
Expand Down

0 comments on commit efc4dc3

Please sign in to comment.