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

Commit

Permalink
Update CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaldowski committed Aug 21, 2019
1 parent 12e2ca1 commit 3740e5d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@ orbs:
# Jobs are a series of steps in a CI run.
jobs:
# Swift 5.0.1, macOS
test_with_xcode_10-2:
test_with_xcode_10-3:
macos:
xcode: 10.2.1
xcode: 10.3.0
steps:
- checkout
- run:
name: Install Homebrew dependencies
command: brew install swiftlint
environment:
# Seems like it's not always happy with updating in CI.
HOMEBREW_NO_AUTO_UPDATE: 1
- ruby-bundle/install
- run:
name: Build and test using Fastlane
Expand Down Expand Up @@ -95,7 +92,7 @@ jobs:
# Publish documentation at <https://bignerdranch.github.io/Deferred/>.
deploy:
macos:
xcode: 10.2.0
xcode: 10.3.0
steps:
- checkout
- add_ssh_keys:
Expand All @@ -108,13 +105,13 @@ workflows:
version: 2
build_and_test:
jobs:
- test_with_xcode_10-2
- test_with_xcode_10-3
- test_with_xcode_10-1
- test_with_swift_5-0
- test_with_swift_4-2
- deploy:
requires:
- test_with_xcode_10-2
- test_with_xcode_10-3
- test_with_xcode_10-1
- test_with_swift_5-0
- test_with_swift_4-2
Expand Down

0 comments on commit 3740e5d

Please sign in to comment.