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:
Timothy Flynn 2024-10-01 16:08:41 -04:00 committed by Tim Flynn
parent 5661da78a4
commit 04b45a8961
Notes: github-actions[bot] 2024-10-02 10:42:28 +00:00

View file

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