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

Use Apple Silicon for CI/CD #464

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pr1metine
Copy link

Fixes #444. According to GitHub's list of available GitHub-hosted runners, we may use M1 machines for our GitHub Actions simply by specifying runs-on: macos-14. This PR does just that. In addition to llvm-project-tests.yml, clang-tests.yml, lld-test.yaml, and llvm-test.yaml are effected by this as well.

Note that this will most likely result in a broken MacOS pipeline (cf #443). This translates into the inability to build LLVM for Macs.

@mysterymath
Copy link
Contributor

I think we need to fix #443 before doing this. We also need to have a strategy for either distributing both x86 and ARM versions of the SDK for Mac, or somehow building LLVM and the SDK using fat binaries. Apple still provides support for x86 Macs, so we should too.

@pr1metine
Copy link
Author

Hmm yeah I can work on both of these issues

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.

Builder for Apple Silicon
2 participants