Skip to content

Commit f156862

Browse files
committed
minor #5222 Upgrade Xcode (kubawerlos)
This PR was merged into the 2.15 branch. Discussion ---------- Upgrade Xcode Commits ------- 2866d0b Upgrade Xcode
2 parents c3b49b0 + 2866d0b commit f156862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ version: 2
33
jobs:
44
build:
55
macos:
6-
xcode: '11.7.0'
6+
# https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
7+
xcode: '12.2.0'
78
steps:
89
- checkout
910

0 commit comments

Comments
 (0)