Skip to content

Commit

Permalink
Merge pull request #647 from JohanMabille/setup_micromamba
Browse files Browse the repository at this point in the history
Upgraded to setup-micromamba 2
  • Loading branch information
JohanMabille authored Dec 16, 2024
2 parents 957ddf1 + 5af5735 commit 933c5c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13]
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14]
build_type: [static_build, shared_build]

steps:
- uses: actions/checkout@v4

- name: Install micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment-dev.yml

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
init-shell: cmd.exe
environment-file: environment-dev.yml
Expand Down

0 comments on commit 933c5c8

Please sign in to comment.