Skip to content

Commit

Permalink
make non-conda mac tests use intel chips (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed May 3, 2024
1 parent c66a315 commit 4714ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
include:
- os: ubuntu-latest
python-version: "3.11"
- os: macos-latest
- os: macos-13 # just intel mac here, silicon mac tested with mamba due to niftyreg complications
python-version: "3.10"
- os: windows-latest
python-version: "3.9"
Expand All @@ -57,6 +57,7 @@ jobs:
use-xvfb: true

test-with-conda:
# mainly checks conda installation of niftyreg, especially key on Silicon macs
needs: [linting, manifest]
name: Test conda-install, on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4714ee9

Please sign in to comment.