CI: Update to Xcode 16.4

Our current macOS runners have Xcode 16.4 installed.
This commit is contained in:
Jelle Raaijmakers 2025-08-11 16:13:51 +02:00 committed by Jelle Raaijmakers
parent 778da0175e
commit a64cee528c

View File

@ -64,7 +64,7 @@ runs:
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.3
xcode-version: 16.4
- name: 'Install Swift toolchain'
if: ${{ inputs.toolchain == 'Swift' }}