-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use M1 runner to build arm64 macOS builds #6868
Conversation
a74f010
to
07590b4
Compare
Nice, looks like this is much cleaner than #6864. |
Ah sorry, I haven’t noticed your PR when started working on this… |
@@ -331,7 +331,7 @@ jobs: | |||
build_node_package: true | |||
continue-on-error: true | |||
node: 20 | |||
runs-on: macos-11 | |||
runs-on: macos-13 # x86_64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at #6864 it seems we can use macos-14-large here, right @DennisOSRM ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that should probably work.
No worries. Great minds think alike. 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋🏼
Issue
GitHub now provides M1 based runner, so we can use it actions/runner-images#9254
Besides that I had to update Boost to version 1.85.0, because otherwise we had compilation errors on this new macOS.
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?