mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
ci: fix deprecated macOS config
This commit is contained in:
parent
3ac27f7a34
commit
dd66626e3e
1 changed files with 6 additions and 3 deletions
|
@ -29,9 +29,10 @@ aliases:
|
|||
jobs:
|
||||
build_for_macos:
|
||||
macos:
|
||||
# CircleCI's Xcode 12.4.0 image is the last of their images to be based on macOS 10.15
|
||||
# CircleCI no longer supports Xcode 11+ on macOS 10.14
|
||||
xcode: 12.4.0
|
||||
# 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
|
||||
resource_class: macos.x86.medium.gen2 # "medium" has been deprecated
|
||||
steps:
|
||||
- checkout
|
||||
- npm_install:
|
||||
|
@ -58,6 +59,8 @@ jobs:
|
|||
key: homebrew-cache-v2
|
||||
- run:
|
||||
name: Work around electron-userland/electron-builder#4964
|
||||
environment:
|
||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||
command: |
|
||||
brew install go go-bindata
|
||||
git -C ~ clone https://github.com/develar/app-builder.git
|
||||
|
|
Loading…
Reference in a new issue