diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd9805b9d9..e05645f3d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,6 +101,18 @@ jobs: - uses: ./.github/actions/build_conda with: label: main + osx-arm64-packages: + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') + runs-on: macos-14 + steps: + - name: Checkout + uses: actions/checkout@v4.1.1 + with: + fetch-depth: 0 + fetch-tags: true + - uses: ./.github/actions/build_conda + with: + label: main linux-arm64-packages: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') runs-on: 2-core-ubuntu-arm