Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pr1metine
Copy link
Contributor

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
Member

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
Contributor 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