-
Notifications
You must be signed in to change notification settings - Fork 5.5k
chore(deps): update dependency macos to v15 #7190
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -277,7 +277,7 @@ jobs: | |
| name: Build Agent Browser Bridge companions | ||
| if: ${{ inputs.platform == '' || inputs.platform == 'all' }} | ||
| needs: [prepare, validate-release] | ||
| runs-on: macos-14 | ||
| runs-on: macos-15 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| timeout-minutes: 60 | ||
| outputs: | ||
| packaged: ${{ steps.package-browser-bridge.outputs.packaged }} | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
macos-15runners default to Xcode 16, whilemacos-14defaulted to Xcode 15. Since neither thebuild-iosnorbuild-macosjobs pin an Xcode version withxcode-select, both will silently pick up Xcode 16. CocoaPods compatibility with Xcode 16 and any Swift concurrency/compiler changes between the two major versions should be verified before relying on this in production releases.