Skip to content

Commit

Permalink
Switch to cheaper M1 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk authored Jan 30, 2024
1 parent c548b0a commit 2a5152f
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: macos-latest-xlarge
runs-on: macos-14 #m1
env:
AWS_REGION: us-east-1
DJL_STAGING: ${{github.event.inputs.repo-id}}
Expand Down

0 comments on commit 2a5152f

Please sign in to comment.