Skip to content

Commit 4530dba

Browse files
authored
Merge pull request #76 from JohanMabille/setup_micromamba
Ugraded to setup-micromamba 2
2 parents 8ecc026 + 03bfad5 commit 4530dba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13]
19+
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14]
2020
xeus_static_dependencies: [0]
2121
xeus_build_shared_lib: [1]
2222
include:
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232

3333
- name: Install micromamba
34-
uses: mamba-org/setup-micromamba@v1
34+
uses: mamba-org/setup-micromamba@v2
3535
with:
3636
environment-file: environment-dev.yml
3737
environment-name: xeus-zmq
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v4
8686

8787
- name: Install micromamba
88-
uses: mamba-org/setup-micromamba@v1
88+
uses: mamba-org/setup-micromamba@v2
8989
with:
9090
environment-file: environment-dev.yml
9191
environment-name: xeus-zmq

0 commit comments

Comments
 (0)