Skip to content

Commit b0d3dd7

Browse files
authored
Use Xcode 12.4.0 on CircleCI (#76)
* Use Xcode 12.4.0 on CircleCI * Add changelog entry
1 parent 894289d commit b0d3dd7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Shared Xcode version between jobs
3-
xcode-version: &xcode-version "12.0.1"
3+
xcode-version: &xcode-version "12.4.0"
44

55
# This is the key that we use to store and restore our dependencies cache.
66
# It needs to be different anytime we add Pods, Gems, or npm packages.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Changelog
33

44
## master
55

6+
- Update CircleCI config to use Xcode 12.4.0
7+
68
## [0.1.2]
79

810
- Allow iOS 11, tvOS 11, macOS 10.13 as deployment target with SPM.

0 commit comments

Comments
 (0)