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

Commit f57d2d5

Browse files
committed
Use Xcode 11.1 instead of Xcode 11.0
1 parent 0c4722d commit f57d2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-build-mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
sourcedir="$PWD"
55

6-
sudo xcode-select --switch /Applications/Xcode_11.app/Contents/Developer
6+
sudo xcode-select --switch /Applications/Xcode_11.1.app/Contents/Developer
77
# install dependencies
88
brew install ninja llvm
99
# start build

0 commit comments

Comments
 (0)