Skip to content

Commit 06cb86f

Browse files
committed
Use Xcode 11.7 for releases
This makes sure that we use the iOS 13 arm64e ABI instead of the iOS 14 one
1 parent 856341a commit 06cb86f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Set Up Dependencies
1717
id: setup
1818
run: |
19+
sudo xcode-select -s /Applications/Xcode_11.7.app/Contents/Developer
1920
brew install ldid make fakeroot
2021
echo "THEOS=${GITHUB_WORKSPACE}/theos" >> "${GITHUB_ENV}"
2122
echo "PATH=/usr/local/opt/make/libexec/gnubin:${PATH}" >> "${GITHUB_ENV}"

0 commit comments

Comments
 (0)