Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit 0c4722d

Browse files
committed
Use Xcode 11, which is required by Swift 5.1
1 parent 203e39b commit 0c4722d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci-build-mac.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# On Mac, we don't build Stdlib, just the compiler, since macOS doesn't support cross compiling for non-Darwin targets.
33
set -e
44
sourcedir="$PWD"
5+
6+
sudo xcode-select --switch /Applications/Xcode_11.app/Contents/Developer
57
# install dependencies
68
brew install ninja llvm
79
# start build

0 commit comments

Comments
 (0)