Skip to content

Commit

Permalink
Use windows-2022 in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Dec 15, 2023
1 parent e98e8d5 commit 14141fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"]
os: ["ubuntu-latest", "windows-2022"]
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:
- name: create meta.yaml
run: python
- name: Setup conda forge
if: ${{ matrix.cfg.os == 'windows-latest' }}
if: ${{ matrix.cfg.os == 'windows-2022' }}
run: |
conda config --add channels conda-forge
conda config --set channel_priority strict
Expand Down

0 comments on commit 14141fe

Please sign in to comment.