[ios] Adjusted workflows to use the Xcode 26

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-09-01 12:46:46 +02:00
committed by Yannik Bloscheck
parent 2e243a2729
commit f279e872b5
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ jobs:
name: Build iOS
runs-on: macos-15
env:
DEVELOPER_DIR: /Applications/Xcode_16.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_26.app/Contents/Developer
LANG: en_US.UTF-8 # Fastlane complains that the terminal is using ASCII.
LANGUAGE: en_US.UTF-8
LC_ALL: en_US.UTF-8