-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
build: bump runner image to macos-15 #3757
Conversation
On the other hand, you can also change the runner image to macos-15 public beta |
ci run failed because it take wrong version of visionOS, when running |
It's better to use Simplest way is just to use - uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16 |
I think switch to Xcode 16 + macOS 15 is OK. During my local test, I don't found huge regression on macOS 15 (iOS 18 simulator) |
Done. See see @dreampiggy, there is some tests run failed, should be outside of this pr. |
The failed case You can just ignore this and I'll update the test case later. |
LGTM |
New Pull Request Checklist
I have read and understood the CONTRIBUTING guide
I have read the Documentation
I have searched for a similar pull request in the project and found none
I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase)
I have added the required tests to prove the fix/feature I am adding
I have updated the documentation (if necessary)
I have run the tests and they pass
I have run the lint and it passes (
pod lib lint
)This merge request fixes / refers to the following issues: ...
Pull Request Description
Due to actions/runner-images#10559 , should download visionOS SDK before running workflow.