File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 69
69
env :
70
70
BUILD_NUMBER : ${{ env.BUILD_NUMBER }}
71
71
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
-
84
72
# 2020-06-24: The Homebrew copy of gettext leaks into the macOS build
85
73
# if it is present. Uninstall gettext to make sure that doesn't happen.
86
74
# 2021-01-02: Uninstall curl as well. We need curl to download the
You can’t perform that action at this time.
0 commit comments