Skip to content

Commit

Permalink
Update build-arm64.yml
Browse files Browse the repository at this point in the history
Use github M1 runner
  • Loading branch information
ejsmith authored Oct 3, 2023
1 parent 84437cd commit 724e6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
build:
cancel-timeout-minutes: 30
timeout-minutes: 30
concurrency:
cancel-in-progress: true
group: arm64
runs-on: buildjet-2vcpu-ubuntu-2204-arm
runs-on: macos-latest-xlarge
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 724e6b4

Please sign in to comment.