Skip to content

Commit

Permalink
Ugraded to setup-micromamba 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Dec 16, 2024
1 parent 8ecc026 commit 03bfad5
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 03bfad5

Please sign in to comment.