Skip to content

Commit

Permalink
Fixed OSX image and upgraded to setup-micromamba 2 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille authored Dec 16, 2024
1 parent 80d9f02 commit e121390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-13]
build_type: [static_build, shared_build]

steps:
Expand All @@ -32,7 +32,7 @@ jobs:
uses: SimenB/github-actions-cpu-cores@v2

- 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 @@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
init-shell: >-
powershell
Expand Down
5 changes: 2 additions & 3 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ dependencies:
- cppzmq
- nlohmann_json
- soci-core
- xeus>=5.0,<=6
- xeus-zmq
- xeus-zmq>=3,<4
- xproperty
- xvega-bindings>=0.1.0
- xvega=>0.1.0
- xvega>=0.1.0
# Test dependencies
- doctest >= 2.4.6

0 comments on commit e121390

Please sign in to comment.