diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 279ef85..f8f3a6a 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -31,12 +31,17 @@ jobs: os: [ubuntu-latest] # Include one windows and macos run include: - - os: macos-latest + - os: macos-13 # Intel Mac + python-version: "3.10" + - os: macos-latest # ARM Mac python-version: "3.10" - os: windows-latest python-version: "3.10" steps: + - name: install HDF libs on ARM Mac + if: matrix.os == 'macos-latest' + run: brew install hdf5 # Run tests - uses: neuroinformatics-unit/actions/test@v2 with: