Skip to content

Commit

Permalink
Change #7
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisVieriu97 committed Feb 24, 2023
1 parent 650198b commit 9083561
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mac-mps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,28 @@ jobs:
with:
sync-tag: macos-12-py3-arm64-mps-test
build-environment: macos-12-py3-arm64
runs-on: macos-arm-12_5
runs-on: macos-arm-12.5

macos-13_1-py3-arm64-mps-test:
name: macos-13.1-py3-arm64-mps
uses: ./.github/workflows/_mac-test-mps.yml
needs: macos-12-py3-arm64-build
with:
build-environment: macos-12-py3-arm64
runs-on: macos-arm-13_1
runs-on: macos-arm-13.1

macos-13_2-py3-arm64-mps-test:
name: macos-13.2-py3-arm64-mps
uses: ./.github/workflows/_mac-test-mps.yml
needs: macos-12-py3-arm64-build
with:
build-environment: macos-12-py3-arm64
runs-on: macos-arm-13_2
runs-on: macos-arm-13.2

macos-13_3-py3-arm64-mps-test:
name: macos-13.3-py3-arm64-mps
uses: ./.github/workflows/_mac-test-mps.yml
needs: macos-12-py3-arm64-build
with:
build-environment: macos-12-py3-arm64
runs-on: macos-arm-13_3
runs-on: macos-arm-13.3

0 comments on commit 9083561

Please sign in to comment.