CI: Select XCode 16.3 for macOS builds

This is the version running on our self-hosted Mac runner.
This commit is contained in:
Jelle Raaijmakers 2025-04-14 12:48:50 +02:00
commit 4014930278
Notes: github-actions[bot] 2025-04-14 12:18:09 +00:00

View file

@ -58,7 +58,7 @@ runs:
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: 16.2 xcode-version: 16.3
- name: 'Install Swift toolchain' - name: 'Install Swift toolchain'
if: ${{ inputs.toolchain == 'Swift' }} if: ${{ inputs.toolchain == 'Swift' }}