Skip to content

Commit

Permalink
Fix failing macos ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
stigrj committed May 1, 2024
1 parent 1619276 commit df39ee2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# setup-miniconda not compatible with macos-latest presently.
# https://github.com/conda-incubator/setup-miniconda/issues/344
os: [ubuntu-latest, macos-12]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +37,7 @@ jobs:
key:
${{ matrix.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('.github/mrchem-gha.yml') }}

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
auto-activate-base: false
Expand Down

0 comments on commit df39ee2

Please sign in to comment.