Skip to content

Commit

Permalink
Go faster (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored Feb 22, 2025
1 parent aee5ec2 commit 3daa581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build-aarch64-darwin:
name: Build aarch64 Darwin (static)
runs-on: macos-latest-xlarge
runs-on: namespace-profile-mac-m2-12c28g
concurrency: ${{ inputs.cache-key }}
permissions:
id-token: "write"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build-x86_64-darwin:
name: Build x86_64 Darwin (static)
runs-on: macos-13-large
runs-on: namespace-profile-mac-m2-12c28g
concurrency: ${{ inputs.cache-key }}
permissions:
id-token: "write"
Expand Down

0 comments on commit 3daa581

Please sign in to comment.