Fix up mac build logic

This commit is contained in:
Daniel A. Wozniak 2024-11-18 17:15:00 -07:00 committed by Daniel Wozniak
parent 6e8ce16b24
commit 2431442d12
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
arch: ${{ github.event.repository.fork && fromJSON('["x86_64"]') || fromJSON('["x86_64", "arm64"]') }}
include: ${{ fromJSON(needs.generate-matrix.outputs.matrix-include) }}
needs:
- generate-matrix
runs-on:

View file

@ -266,9 +266,9 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: ${{ github.event.repository.fork && fromJSON('["x86_64"]') || fromJSON('["x86_64", "arm64"]') }}
source:
- ${{ inputs.source }}
include: ${{ fromJSON(needs.generate-matrix.outputs.matrix-include) }}
env:
PIP_INDEX_URL: https://pypi.org/simple
runs-on: