Skip to content

Commit

Permalink
Use the larger x64 macOS runner for release builds (#6767)
Browse files Browse the repository at this point in the history
Closes #6766
  • Loading branch information
zanieb authored Aug 29, 2024
1 parent 0ce6d75 commit bc52596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

macos-x86_64:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
runs-on: macos-12
runs-on: macos-12-large
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit bc52596

Please sign in to comment.