Compare commits

...

1 Commits

Author SHA1 Message Date
04ddee282d tc 2025-02-12 17:07:36 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
needs: macos-py3-arm64-build
with:
sync-tag: macos-py3-arm64-mps-test
build-environment: macos-py3-arm64
build-environment: macos-py3-arm64-mps
# Same as the build job
python-version: 3.9.12
test-matrix: ${{ needs.macos-py3-arm64-build.outputs.test-matrix }}

View File

@ -102,7 +102,7 @@ jobs:
if: needs.macos-py3-arm64-build.outputs.build-outcome == 'success'
with:
sync-tag: macos-py3-arm64-mps-test
build-environment: macos-py3-arm64
build-environment: macos-py3-arm64-mps
# Same as the build job
python-version: 3.9.12
test-matrix: |