mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
CI: Switch to the stable Xcode 16 toolchain
We had to use beta before Xcode 16 was officially released, but we can now use the stable version.
This commit is contained in:
parent
5661da78a4
commit
04b45a8961
Notes:
github-actions[bot]
2024-10-02 10:42:28 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/04b45a89613 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1590 Reviewed-by: https://github.com/awesomekling ✅
1 changed files with 2 additions and 2 deletions
4
.github/actions/setup/action.yml
vendored
4
.github/actions/setup/action.yml
vendored
|
@ -46,11 +46,11 @@ runs:
|
|||
python3 -m pip install --upgrade pip
|
||||
pip3 install requests six
|
||||
|
||||
- name: 'Switch to latest Xcode beta'
|
||||
- name: 'Select latest Xcode'
|
||||
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: latest
|
||||
xcode-version: latest-stable
|
||||
|
||||
- name: 'Install Dependencies'
|
||||
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
||||
|
|
Loading…
Reference in a new issue