diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 753bc45c9..a40eda00b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,16 +11,17 @@ on: jobs: deploy-conda: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest - target-platform: linux-64 + target-platform: linux-x86_64 - os: ubuntu-latest target-platform: linux-aarch64 - os: windows-latest target-platform: win-64 - os: macos-latest-large - target-platform: osx-64 + target-platform: osx-intel - os: macos-latest-xlarge target-platform: osx-arm64 runs-on: ${{ matrix.os }}