Skip to content

Commit

Permalink
Use github hosted ARM64 based MacOS runners in binaries workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Aug 15, 2024
1 parent 8d8d3a3 commit 46f5aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# system dependencies, but all third-party libraries are statically linked.
build-executables-macos:
name: "Build aarch64-darwin dynamic executables"
runs-on: [self-hosted, macOS, ARM64]
runs-on: macos-latest
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 46f5aa4

Please sign in to comment.