Skip to content

Commit dd66626

Browse files
committed
ci: fix deprecated macOS config
1 parent 3ac27f7 commit dd66626

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ aliases:
2929
jobs:
3030
build_for_macos:
3131
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
3536
steps:
3637
- checkout
3738
- npm_install:
@@ -58,6 +59,8 @@ jobs:
5859
key: homebrew-cache-v2
5960
- run:
6061
name: Work around electron-userland/electron-builder#4964
62+
environment:
63+
HOMEBREW_NO_AUTO_UPDATE: 1
6164
command: |
6265
brew install go go-bindata
6366
git -C ~ clone https://github.com/develar/app-builder.git

0 commit comments

Comments
 (0)