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

ci: Replace macos-latest label with macos-13 #6729

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

TSRBerry
Copy link
Member

Due to a change to the GitHub runner labels a few days ago (see: actions/runner#3256) our build workflows for macOS x64 didn't work anymore. According to 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 the macos-13 label is not using arm64 yet.

Until a better solution is offered in the linked issue above, we'll keep using the macos-13 label which hopefully doesn't switch to arm64 soon.

@TSRBerry TSRBerry added the infra Related to the project infrastructure label Apr 26, 2024
@ryujinx-mako ryujinx-mako bot requested a review from a team April 26, 2024 22:37
@TSRBerry TSRBerry marked this pull request as draft April 26, 2024 22:41
@TSRBerry TSRBerry marked this pull request as ready for review April 26, 2024 22:48
Due to a change to the GitHub runner labels a few days ago (see: actions/runner#3256) our build workflows for macOS x64 didn't work anymore.
According to 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 the macos-13 label is not using arm64 yet.

Until a better solution is offered in the linked issue above, we'll keep using the macos-13 label which hopefully doesn't switch to arm64 soon.
@TSRBerry TSRBerry enabled auto-merge (squash) April 26, 2024 23:05
Copy link
Member

@riperiperi riperiperi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is fine as a stop-gap, really odd that the default architecture just changed out of the blue.

@TSRBerry
Copy link
Member Author

I think so too! You'd think they'd at least announce it a few weeks before they roll it out.
I hope they add architecture labels at some point, so we don't need to guess what architecture we are getting.

@TSRBerry TSRBerry requested a review from a team April 26, 2024 23:29
Copy link
Member

@gdkchan gdkchan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks.

@TSRBerry TSRBerry merged commit 89a274c into Ryujinx:master Apr 26, 2024
12 checks passed
@TSRBerry TSRBerry deleted the fix/macos-runner-label branch April 26, 2024 23:37
facebook-github-bot pushed a commit to facebookresearch/projectaria_tools that referenced this pull request May 2, 2024
Summary:
'macos-latest picks now automatically a mac14-arm'

We are fixing here to use macos-13 that continue to use intel based CPU and will provide a way for us to keep a `x86_64` processor to compile our `x86_64` python wheels.

We are using similar fix as other communities have done https://github.com/Ryujinx/Ryujinx/pull/6729/files

See here for the discussion that happened on exactly the same issue to another GitHub project Ryujinx/Ryujinx#6729

Reviewed By: vijay609

Differential Revision: D56893802

fbshipit-source-id: 4f3163064f5c250dc7b0a86ecaf525cc93e06871
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Related to the project infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants