mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
CI: Select Xcode 16.1 explicitly instead of latest-stable
What `latest-stable` means exactly also depends on the image version we're running the workflow on, and unfortunately this can vary wildly between GitHub runners. Fixate the version to 16.1 for now. This version will need to be updated as soon as we want to increase the minimum supported compiler version.
This commit is contained in:
parent
a276cf2d5e
commit
ccd5b5a705
Notes:
github-actions[bot]
2024-12-12 17:40:42 +00:00
Author: https://github.com/gmta
Commit: ccd5b5a705
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2888
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -49,7 +49,7 @@ runs:
|
|||
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: latest-stable
|
||||
xcode-version: 16.1
|
||||
|
||||
- name: 'Install Dependencies'
|
||||
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue