Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 3740e5d

Browse files
committed
Update CI runners
1 parent 12e2ca1 commit 3740e5d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.circleci/config.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,14 @@ orbs:
2424
# Jobs are a series of steps in a CI run.
2525
jobs:
2626
# Swift 5.0.1, macOS
27-
test_with_xcode_10-2:
27+
test_with_xcode_10-3:
2828
macos:
29-
xcode: 10.2.1
29+
xcode: 10.3.0
3030
steps:
3131
- checkout
3232
- run:
3333
name: Install Homebrew dependencies
3434
command: brew install swiftlint
35-
environment:
36-
# Seems like it's not always happy with updating in CI.
37-
HOMEBREW_NO_AUTO_UPDATE: 1
3835
- ruby-bundle/install
3936
- run:
4037
name: Build and test using Fastlane
@@ -95,7 +92,7 @@ jobs:
9592
# Publish documentation at <https://bignerdranch.github.io/Deferred/>.
9693
deploy:
9794
macos:
98-
xcode: 10.2.0
95+
xcode: 10.3.0
9996
steps:
10097
- checkout
10198
- add_ssh_keys:
@@ -108,13 +105,13 @@ workflows:
108105
version: 2
109106
build_and_test:
110107
jobs:
111-
- test_with_xcode_10-2
108+
- test_with_xcode_10-3
112109
- test_with_xcode_10-1
113110
- test_with_swift_5-0
114111
- test_with_swift_4-2
115112
- deploy:
116113
requires:
117-
- test_with_xcode_10-2
114+
- test_with_xcode_10-3
118115
- test_with_xcode_10-1
119116
- test_with_swift_5-0
120117
- test_with_swift_4-2

0 commit comments

Comments
 (0)