From 4714ee9f9e265f47b0900aa56e9d9155ff4dd15d Mon Sep 17 00:00:00 2001 From: Alessandro Felder Date: Fri, 3 May 2024 15:01:52 +0100 Subject: [PATCH] make non-conda mac tests use intel chips (#196) --- .github/workflows/test_and_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 18227a7..d5927af 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -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" @@ -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 }}