Skip to content

Commit b0d860c

Browse files
committed
Revert to using the most recent XCode (required for M1 support)
1 parent 1f7ac38 commit b0d860c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,6 @@ jobs:
6969
env:
7070
BUILD_NUMBER: ${{ env.BUILD_NUMBER }}
7171
run: |
72-
# 2020-05-29: The iOS 13.4 SDK changed the implementation of FD_SET
73-
# to use a weak linked symbol (__darwin_check_fd_set_overflow).
74-
# This means any support package built against that SDK is incompatible
75-
# with linking against an earlier SDK.
76-
# However, you can't get the iOS 13.4 SDK on macOS Mojave (10.14),
77-
# because the latest XCode supported on Mojave (11.3.1) only provided
78-
# SDK 13.2.
79-
# So: We force the use of XCode 11.3.1, which ships with the 13.2 SDK.
80-
# For a list of SDKs available on Github Actions, see:
81-
# https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md
82-
sudo xcode-select --switch /Applications/Xcode_11.3.1.app
83-
8472
# 2020-06-24: The Homebrew copy of gettext leaks into the macOS build
8573
# if it is present. Uninstall gettext to make sure that doesn't happen.
8674
# 2021-01-02: Uninstall curl as well. We need curl to download the

0 commit comments

Comments
 (0)