mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(ci): lock xcode major (#9585)
Apple won't allow apps built with Xcode betas to be reviewed. <img width="1146" alt="Screenshot 2025-06-19 at 9 04 17 AM" src="https://github.com/user-attachments/assets/11470f04-603b-4c5c-aad2-fba0e4eb391a" />
This commit is contained in:
@@ -10,7 +10,7 @@ function setup_runner() {
|
||||
local ne_profile_file="$4"
|
||||
|
||||
# Use the latest version of Xcode - matches what we typically use for development
|
||||
sudo xcode-select --switch "$(ls -d /Applications/Xcode*.app | sort -V | tail -n 1)"
|
||||
sudo xcode-select --switch "$(ls -d /Applications/Xcode*${XCODE_MAJOR}*.app | sort -V | tail -n 1)"
|
||||
|
||||
# The GitHub runners stopped including the iOS SDK
|
||||
xcodebuild -downloadPlatform iOS
|
||||
|
||||
Reference in New Issue
Block a user