mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
The nightly iOS job ran on macos-15 without selecting full Xcode, so build-ios-ipa.sh bailed at its xcrun --sdk iphoneos --find metal check (Command Line Tools have no iOS SDK). build-all's iOS job builds on macos-26 after sudo xcode-select -switch and is green, so match that: same runner + select /Applications/Xcode.app before the build.