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

reconsider ci runners to re-enable an aarch64 job #13

Open
travisstaloch opened this issue Apr 20, 2023 · 0 comments
Open

reconsider ci runners to re-enable an aarch64 job #13

travisstaloch opened this issue Apr 20, 2023 · 0 comments

Comments

@travisstaloch
Copy link
Owner

currently, the macos ci job is running on an x86_64 machine. this changed sometime in the past few weeks or so from aarch64 to x86_64.

goal

revive macos aarch64 ci job or decide how best to test aarch64 code

notes

the job is set here:

jobs:
  build:
    runs-on: macos-latest

i did some searching for how to change this to use an aarch64 machine but didn't find anything.

found this https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources

Runner image YAML workflow label
macOS Monterey 12 macos-latest, macos-12, macos-latest-xl or macos-12-xl
macOS Big Sur 11 macos-11
macOS Catalina 10.15 [deprecated] macos-10.15

questions

  • what runner to use to test the aarch64 code?
@travisstaloch travisstaloch changed the title reconsider ci runners reconsider ci runners to re-enable an aarch64 job Apr 20, 2023
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

No branches or pull requests

1 participant