Skip to content

Commit

Permalink
Use GitHub Actions M1 runner (#415)
Browse files Browse the repository at this point in the history
This switches the M1 canary to use the new GitHub actions hosted M1 runner.
  • Loading branch information
zachgk authored Jan 17, 2024
1 parent 16f1c51 commit 6ab5815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary-m1-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
jobs:
canary-test-arm64-osx:
if: github.repository == 'deepjavalibrary/djl-demo'
runs-on: [ self-hosted, ARM64, macOS ]
runs-on: macos-latest-xlarge
env:
AWS_REGION: us-east-1
DJL_STAGING: ${{github.event.inputs.repo-id}}
Expand Down

0 comments on commit 6ab5815

Please sign in to comment.