mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
CI: Select XCode 16.3 for macOS builds
This is the version running on our self-hosted Mac runner.
This commit is contained in:
parent
3c6010c663
commit
4014930278
Notes:
github-actions[bot]
2025-04-14 12:18:09 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/4014930278d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4350
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -58,7 +58,7 @@ runs:
|
|||
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: 16.2
|
||||
xcode-version: 16.3
|
||||
|
||||
- name: 'Install Swift toolchain'
|
||||
if: ${{ inputs.toolchain == 'Swift' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue