Skip to content
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

Update mac workflows to use arm64 requirements #764

Merged
merged 11 commits into from
Apr 25, 2024
Merged

Update mac workflows to use arm64 requirements #764

merged 11 commits into from
Apr 25, 2024

Conversation

rly
Copy link
Collaborator

@rly rly commented Apr 24, 2024

The GitHub Action Build-and-deploy-mac.yml is currently failing, possibly because on GitHub Actions, os: macos-latest now defaults to a M1 runner: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

Here, I updated the workflows to use requirements-MAC-arm64.yml

If we want to keep testing on a non-arm64 runner, we can pin to os: macos-13 instead, or we can test on both arm64 and non-arm64.

@rly rly changed the title Update Build-and-deploy-mac.yml to use arm64 requirements Update mac workflows to use arm64 requirements Apr 24, 2024
@rly rly marked this pull request as ready for review April 24, 2024 21:58
@rly rly enabled auto-merge April 24, 2024 21:58
@CodyCBakerPhD
Copy link
Collaborator

If we want to keep testing on a non-arm64 runner, we can pin to os: macos-13 instead, or we can test on both arm64 and non-arm64.

Yes, please - can you add that to the matrix?

@rly rly merged commit a411e2f into main Apr 25, 2024
16 of 17 checks passed
@rly rly deleted the rly-patch-1 branch April 25, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants