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:
|
jobs:
|
||||||
build_for_macos:
|
build_for_macos:
|
||||||
macos:
|
macos:
|
||||||
# CircleCI's Xcode 12.4.0 image is the last of their images to be based on macOS 10.15
|
# CircleCI's Xcode 11.7.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
|
# CircleCI no longer supports macOS 10.14, and Xcode 12 on macOS 10.15 has been removed as well
|
||||||
xcode: 12.4.0
|
xcode: 11.7.0
|
||||||
|
resource_class: macos.x86.medium.gen2 # "medium" has been deprecated
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- npm_install:
|
- npm_install:
|
||||||
|
@ -58,6 +59,8 @@ jobs:
|
||||||
key: homebrew-cache-v2
|
key: homebrew-cache-v2
|
||||||
- run:
|
- run:
|
||||||
name: Work around electron-userland/electron-builder#4964
|
name: Work around electron-userland/electron-builder#4964
|
||||||
|
environment:
|
||||||
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
command: |
|
command: |
|
||||||
brew install go go-bindata
|
brew install go go-bindata
|
||||||
git -C ~ clone https://github.com/develar/app-builder.git
|
git -C ~ clone https://github.com/develar/app-builder.git
|
||||||
|
|
Loading…
Reference in a new issue