diff options
author | chriseth <chris@ethereum.org> | 2018-10-02 22:40:27 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-10-02 22:41:14 +0800 |
commit | 8806f449af289b0de1767fecbd40ec672a947a6f (patch) | |
tree | a8914b1a9caf25886cbea30311ed44ec307c3ac9 /.circleci | |
parent | 7609710d4f8e169784c7a8418da702ac236f5e23 (diff) | |
download | dexon-solidity-8806f449af289b0de1767fecbd40ec672a947a6f.tar.gz dexon-solidity-8806f449af289b0de1767fecbd40ec672a947a6f.tar.zst dexon-solidity-8806f449af289b0de1767fecbd40ec672a947a6f.zip |
Try newer version of xcode for MacOS.
Diffstat (limited to '.circleci')
-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: |