Skip to content

Commit

Permalink
Use Xcode 11.7 for releases
Browse files Browse the repository at this point in the history
This makes sure that we use the iOS 13 arm64e ABI instead of the iOS 14 one
  • Loading branch information
kabiroberai committed Jan 16, 2021
1 parent 856341a commit 06cb86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 06cb86f

Please sign in to comment.