1
0
Fork 0
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:
Jelle Raaijmakers 2024-12-12 14:06:47 +01:00 committed by Jelle Raaijmakers
parent a276cf2d5e
commit ccd5b5a705
Notes: github-actions[bot] 2024-12-12 17:40:42 +00:00

View file

@ -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' }}