From 08759a01c3fb7cdc71d318bbba84f1c411bd198f Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 2 Apr 2024 17:21:59 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }}