We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f0511 commit 4d87348Copy full SHA for 4d87348
.circleci/config.yml
@@ -30,9 +30,8 @@ aliases:
30
jobs:
31
build_for_macos:
32
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
+ # See https://circleci.com/docs/using-macos/#supported-xcode-versions for CircleCI's supported Xcode versions
+ xcode: 12.5.1
36
resource_class: macos.x86.medium.gen2 # "medium" has been deprecated
37
steps:
38
- node/install:
0 commit comments