mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-24 13:10:03 -05:00
CircleCI no longer supports Xcode 11.1.0
This commit is contained in:
parent
ef8d47920b
commit
3a95c0c213
1 changed files with 3 additions and 7 deletions
|
@ -29,10 +29,9 @@ aliases:
|
||||||
jobs:
|
jobs:
|
||||||
build_for_macos:
|
build_for_macos:
|
||||||
macos:
|
macos:
|
||||||
# CircleCI's Xcode 11.1.0 image is the last of their images to be based on macOS 10.14
|
# CircleCI's Xcode 12.4.0 image is the last of their images to be based on macOS 10.15
|
||||||
# I've had trouble building for earlier versions of macOS on Catalina but it's unclear whether that was due to
|
# CircleCI no longer supports Xcode 11+ on macOS 10.14
|
||||||
# Catalina or the version of Xcode. We should investigate this further.
|
xcode: 12.4.0
|
||||||
xcode: 11.1.0
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- npm_install:
|
- npm_install:
|
||||||
|
@ -90,9 +89,6 @@ jobs:
|
||||||
git -C ~/app-builder checkout b85740334fec875f5dd8dcd22eb1f729599109db
|
git -C ~/app-builder checkout b85740334fec875f5dd8dcd22eb1f729599109db
|
||||||
make --directory=~/app-builder build
|
make --directory=~/app-builder build
|
||||||
ln -sfv ~/app-builder/dist/app-builder_darwin_amd64/app-builder ./node_modules/app-builder-bin/mac/
|
ln -sfv ~/app-builder/dist/app-builder_darwin_amd64/app-builder ./node_modules/app-builder-bin/mac/
|
||||||
- run:
|
|
||||||
name: Upgrade to Node 14
|
|
||||||
command: brew install node@14
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
name: Save Homebrew cache
|
name: Save Homebrew cache
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue