From b498bfe6da8a226f342025ebf2f33ea92b7ff08f Mon Sep 17 00:00:00 2001 From: Thomas Pearson <119269574+thomas-pearson-mattr@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:53:09 +1300 Subject: [PATCH] ci(detox-ios): cool now try force the version --- .github/workflows/ci-detox-ios.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-detox-ios.yml b/.github/workflows/ci-detox-ios.yml index 9672ba99..2269c056 100644 --- a/.github/workflows/ci-detox-ios.yml +++ b/.github/workflows/ci-detox-ios.yml @@ -31,6 +31,12 @@ jobs: - name: List Installed Xcode Versions run: ls /Applications | grep Xcode + - name: Set Xcode Version + run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer + + - name: Verify Xcode Version + run: xcodebuild -version + - name: Build Libraries for iOS env: IPHONEOS_DEPLOYMENT_TARGET: 17.5