File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ aliases:
29
29
jobs :
30
30
build_for_macos :
31
31
macos :
32
- # CircleCI's Xcode 12.4.0 image is the last of their images to be based on macOS 10.15
33
- # CircleCI no longer supports Xcode 11+ on macOS 10.14
34
- xcode : 12.4.0
32
+ # CircleCI's Xcode 11.7.0 image is the last of their images to be based on macOS 10.15
33
+ # CircleCI no longer supports macOS 10.14, and Xcode 12 on macOS 10.15 has been removed as well
34
+ xcode : 11.7.0
35
+ resource_class : macos.x86.medium.gen2 # "medium" has been deprecated
35
36
steps :
36
37
- checkout
37
38
- npm_install :
58
59
key : homebrew-cache-v2
59
60
- run :
60
61
name : Work around electron-userland/electron-builder#4964
62
+ environment :
63
+ HOMEBREW_NO_AUTO_UPDATE : 1
61
64
command : |
62
65
brew install go go-bindata
63
66
git -C ~ clone https://github.com/develar/app-builder.git
You can’t perform that action at this time.
0 commit comments