CI: Select Xcode version 26.2

This is the version we have installed on our macOS runners.
This commit is contained in:
Jelle Raaijmakers 2025-12-22 22:24:36 +01:00 committed by Tim Flynn
parent defbd0ec05
commit 2bd6bf69ac

View file

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