Skip to content

Commit

Permalink
Use github hosted ARM64 based MacOS runners in binaries workflow (#1568)
Browse files Browse the repository at this point in the history
Our self-hosted runner is stuck and I wondered why we just not use the
new [macos
arm64](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories)
runners of github?

Let's see if the `binaries` job works on this and produces an artifact.
@ffakenz would be good if you could give them a try on your machine.

---

* [x] CHANGELOG update not needed
* [x] Documentation update not needed
* [x] Haddocks update not needed
* [x] No new TODOs introduced
  • Loading branch information
ch1bo authored Aug 16, 2024
2 parents 8d8d3a3 + 46f5aa4 commit 6a37a2c
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 6a37a2c

Please sign in to comment.