[build] Bump macos to 15, and print out the version and clang++ version, at s…#8688
Closed
hughperkins wants to merge 5 commits into
Closed
[build] Bump macos to 15, and print out the version and clang++ version, at s…#8688hughperkins wants to merge 5 commits into
hughperkins wants to merge 5 commits into
Conversation
Contributor
Author
|
(Note that I fully expect this build to fail, and then I have branches and stuff to address that: |
Contributor
|
/rebase |
47600e5 to
ed1cf6d
Compare
Contributor
Author
|
Hmmm, this mac build is still using a really old version of macos 🤔 (current product version is 15.4.1; and current clang is 17.0.0) I wonder why that is 🤔 |
ed1cf6d to
e4a496c
Compare
Contributor
Author
|
Ok, it's correctly on mac os 15.4.1 now 🙌 |
Contributor
Author
|
Woo, MacOS build correctly fails 🙌 (I have fixed this on my own Mac, by building using the brew downloaded llvm@15. I will look into getting this build working with the brew installed llvm@15 too) |
Contributor
Author
|
Note: I think the next step for MacOS 15 build is to upgrade glfw to latest master version, taichi-dev/glfw#2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…tart of build
Issue: #
Brief Summary
I get the feeling from looking at the link to
macos-lateston https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for--private-repositories , which points tomacos-14, and also looking at the version ofclang++in the logs, that we are not currently testing on the latest version of macos, which is 15 (sequoia). I feel that we should be. We cannot support multiple mac os versions I feel, and Apple push very clearly for everyone to be on the latest version.This PR:
copilot:summary
Walkthrough
copilot:walkthrough