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
parent 3c6010c663
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' }}
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.2
xcode-version: 16.3
- name: 'Install Swift toolchain'
if: ${{ inputs.toolchain == 'Swift' }}