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