mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-03 11:25:42 -05:00
ci: update xcode version
This commit is contained in:
parent
36f0511772
commit
4d87348080
1 changed files with 2 additions and 3 deletions
|
@ -30,9 +30,8 @@ aliases:
|
||||||
jobs:
|
jobs:
|
||||||
build_for_macos:
|
build_for_macos:
|
||||||
macos:
|
macos:
|
||||||
# CircleCI's Xcode 11.7.0 image is the last of their images to be based on macOS 10.15
|
# See https://circleci.com/docs/using-macos/#supported-xcode-versions for CircleCI's supported Xcode versions
|
||||||
# CircleCI no longer supports macOS 10.14, and Xcode 12 on macOS 10.15 has been removed as well
|
xcode: 12.5.1
|
||||||
xcode: 11.7.0
|
|
||||||
resource_class: macos.x86.medium.gen2 # "medium" has been deprecated
|
resource_class: macos.x86.medium.gen2 # "medium" has been deprecated
|
||||||
steps:
|
steps:
|
||||||
- node/install:
|
- node/install:
|
||||||
|
|
Loading…
Reference in a new issue