Skip to content

Commit

Permalink
Merge pull request #76 from JohanMabille/setup_micromamba
Browse files Browse the repository at this point in the history
Ugraded to setup-micromamba 2
  • Loading branch information
JohanMabille authored Dec 16, 2024
2 parents 8ecc026 + 03bfad5 commit 4530dba
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 @@ -16,7 +16,7 @@ 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]
xeus_static_dependencies: [0]
xeus_build_shared_lib: [1]
include:
Expand All @@ -31,7 +31,7 @@ jobs:
- 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
environment-name: xeus-zmq
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- 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
environment-name: xeus-zmq
Expand Down

0 comments on commit 4530dba

Please sign in to comment.