Skip to content

Commit d20167f

Browse files
circleci: update xcode version (#1156)
The oldest supported XCode version is now 9.4.1
1 parent 64a7318 commit d20167f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variables:
55

66
macos: &macos
77
macos:
8-
xcode: "9.3.1"
8+
xcode: "9.4.1"
99
environment:
1010
CIRCLE_ARTIFACTS: /tmp/circleci/artifacts
1111

news.d/feature/1156.osx.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The minimum version supported by the macOS bundle is now 10.13 (High Sierra).

0 commit comments

Comments
 (0)