Skip to content

Commit

Permalink
Use Xcode 12.1 on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Strottmann committed Dec 18, 2020
1 parent 08e77c7 commit 09a0d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ codecov:
jobs:
build-and-test:
macos:
xcode: 11.6.0
xcode: 12.1.0
shell: /bin/bash --login -o pipefail
steps:
- checkout
Expand All @@ -25,7 +25,7 @@ jobs:
destination: scan-logs
danger:
macos:
xcode: 11.6.0
xcode: 12.1.0
working_directory: /Users/distiller/project
environment:
DANGER_GITHUB_API_TOKEN: 2b388130450c1a4247582e419e761bfd301f984d
Expand Down

0 comments on commit 09a0d7b

Please sign in to comment.