Skip to content

Commit 4d87348

Browse files
author
Andy O'Neill
committed
ci: update xcode version
1 parent 36f0511 commit 4d87348

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ aliases:
3030
jobs:
3131
build_for_macos:
3232
macos:
33-
# CircleCI's Xcode 11.7.0 image is the last of their images to be based on macOS 10.15
34-
# CircleCI no longer supports macOS 10.14, and Xcode 12 on macOS 10.15 has been removed as well
35-
xcode: 11.7.0
33+
# See https://circleci.com/docs/using-macos/#supported-xcode-versions for CircleCI's supported Xcode versions
34+
xcode: 12.5.1
3635
resource_class: macos.x86.medium.gen2 # "medium" has been deprecated
3736
steps:
3837
- node/install:

0 commit comments

Comments
 (0)