Skip to content

Commit

Permalink
circleci: update xcode version (#1156)
Browse files Browse the repository at this point in the history
The oldest supported XCode version is now 9.4.1
  • Loading branch information
benoit-pierre authored Nov 2, 2020
1 parent 64a7318 commit d20167f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:

macos: &macos
macos:
xcode: "9.3.1"
xcode: "9.4.1"
environment:
CIRCLE_ARTIFACTS: /tmp/circleci/artifacts

Expand Down
1 change: 1 addition & 0 deletions news.d/feature/1156.osx.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The minimum version supported by the macOS bundle is now 10.13 (High Sierra).

0 comments on commit d20167f

Please sign in to comment.