Skip to content

Commit

Permalink
Merge pull request #63 from IsabelParedes/workflow
Browse files Browse the repository at this point in the history
Update runners
  • Loading branch information
JohanMabille authored Jun 4, 2024
2 parents dd79890 + ce11b4e commit 63154b4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 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-11, macos-12]
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13]
xeus_static_dependencies: [0]
xeus_build_shared_lib: [1]
include:
Expand All @@ -30,9 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Get number of CPU cores
uses: SimenB/github-actions-cpu-cores@v2

- name: Install micromamba
uses: mamba-org/setup-micromamba@v1
with:
Expand All @@ -57,7 +54,7 @@ jobs:

- name: Build
shell: bash -l {0}
run: make -j ${{ steps.cpu-cores.outputs.count }}
run: make -j ${{ runner.os == 'macOS' && 3 || 4 }}
working-directory: build

- name: Test xeus-zmq
Expand Down

0 comments on commit 63154b4

Please sign in to comment.