Skip to content

Commit

Permalink
Try xcode 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jul 12, 2020
1 parent eb3793b commit b51c978
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

mac_fetch:
macos: # indicate that we are using the macOS executor
xcode: 11.3.0 # indicate our selected version of Xcode
xcode: 11.1.0 # indicate our selected version of Xcode
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

mac_build_blink:
macos: # indicate that we are using the macOS executor
xcode: 11.3.0 # indicate our selected version of Xcode
xcode: 11.1.0 # indicate our selected version of Xcode
resource_class: large
steps:
- checkout
Expand All @@ -123,7 +123,7 @@ jobs:

mac_build:
macos: # indicate that we are using the macOS executor
xcode: 11.3.0 # indicate our selected version of Xcode
xcode: 11.1.0 # indicate our selected version of Xcode
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -178,12 +178,12 @@ jobs:
path: ./repos/kaleido/py/kaleido_wheel.zip

workflows:
build-windows:
jobs:
- windows_fetch
- windows_build:
requires:
- windows_fetch
#build-windows:
#jobs:
#- windows_fetch
#- windows_build:
#requires:
#- windows_fetch

build-mac:
jobs:
Expand All @@ -195,13 +195,13 @@ workflows:
requires:
- mac_build_blink

build-linux:
jobs:
- linux_build
- linux_test_37:
requires:
- linux_build
- linux_test_27:
requires:
- linux_build
#build-linux:
#jobs:
#- linux_build
#- linux_test_37:
#requires:
#- linux_build
#- linux_test_27:
#requires:
#- linux_build

0 comments on commit b51c978

Please sign in to comment.