From 08dca5aee67e6dc885476adccd429aff21a48793 Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Sun, 28 Apr 2024 09:10:51 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Pin=20the=20xcode=20version=20ag?= =?UTF-8?q?ain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because apparently the default version, even on the OSX 13 runner, is now xcode 15 https://github.com/e-mission/e-mission-phone/pull/1148#issuecomment-2081536981 --- .github/workflows/ios-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index 46724f32c..0af8ee4f4 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -33,6 +33,12 @@ jobs: - name: Print the xcode path run: xcode-select --print-path + - name: Set xcode to 14.1 + run: | + xcode-select --switch /Applications/Xcode_14.1.app + echo "After setting xcode version "`xcode-select --print-path` + + - name: Print the xcode setup run: xcodebuild -version -sdk