mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +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: 4014930278
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' }}
|
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
||||||
uses: maxim-lobanov/setup-xcode@v1
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: 16.2
|
xcode-version: 16.3
|
||||||
|
|
||||||
- name: 'Install Swift toolchain'
|
- name: 'Install Swift toolchain'
|
||||||
if: ${{ inputs.toolchain == 'Swift' }}
|
if: ${{ inputs.toolchain == 'Swift' }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue