Skip to content

Commit 5af5735

Browse files
committed
Upgraded to setup-micromamba 2
1 parent 957ddf1 commit 5af5735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13]
25+
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14]
2626
build_type: [static_build, shared_build]
2727

2828
steps:
2929
- uses: actions/checkout@v4
3030

3131
- name: Install micromamba
32-
uses: mamba-org/setup-micromamba@v1
32+
uses: mamba-org/setup-micromamba@v2
3333
with:
3434
environment-file: environment-dev.yml
3535

@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v4
9191

9292
- name: Install micromamba
93-
uses: mamba-org/setup-micromamba@v1
93+
uses: mamba-org/setup-micromamba@v2
9494
with:
9595
init-shell: cmd.exe
9696
environment-file: environment-dev.yml

0 commit comments

Comments
 (0)