diff options
author | chriseth <chris@ethereum.org> | 2018-10-02 23:07:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-02 23:07:01 +0800 |
commit | d82ba32f1d010001890134c4aec19383ae8076df (patch) | |
tree | 9169799f284f2c2824643697e9de6d6e621f878a | |
parent | 23773bbb1f6b5ef5cec36a8d7f8fdc00be50186e (diff) | |
parent | 8806f449af289b0de1767fecbd40ec672a947a6f (diff) | |
download | dexon-solidity-d82ba32f1d010001890134c4aec19383ae8076df.tar.gz dexon-solidity-d82ba32f1d010001890134c4aec19383ae8076df.tar.zst dexon-solidity-d82ba32f1d010001890134c4aec19383ae8076df.zip |
Merge pull request #5138 from ethereum/fixXcode
Try newer version of xcode for MacOS.
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 8766883d..f8e380d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -141,7 +141,7 @@ jobs: build_x86_mac: macos: - xcode: "9.0" + xcode: "10.0.0" environment: TERM: xterm steps: @@ -236,7 +236,7 @@ jobs: test_x86_mac: macos: - xcode: "9.0" + xcode: "10.0.0" environment: TERM: xterm steps: |