mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +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: 04b45a8961
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
|
python3 -m pip install --upgrade pip
|
||||||
pip3 install requests six
|
pip3 install requests six
|
||||||
|
|
||||||
- name: 'Switch to latest Xcode beta'
|
- name: 'Select latest Xcode'
|
||||||
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: latest
|
xcode-version: latest-stable
|
||||||
|
|
||||||
- name: 'Install Dependencies'
|
- name: 'Install Dependencies'
|
||||||
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue