diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 6e75f3c..8e261ec 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -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 @@ -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