From 06cb86f32e73e48241afa29df0861f55991cca61 Mon Sep 17 00:00:00 2001 From: kabiroberai Date: Sat, 16 Jan 2021 11:09:21 +0530 Subject: [PATCH] Use Xcode 11.7 for releases This makes sure that we use the iOS 13 arm64e ABI instead of the iOS 14 one --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84f49a7..89e2c81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: - name: Set Up Dependencies id: setup run: | + sudo xcode-select -s /Applications/Xcode_11.7.app/Contents/Developer brew install ldid make fakeroot echo "THEOS=${GITHUB_WORKSPACE}/theos" >> "${GITHUB_ENV}" echo "PATH=/usr/local/opt/make/libexec/gnubin:${PATH}" >> "${GITHUB_ENV}"