Update macOS image (#10365)

Also, remove protobuf installation: it's not used anymore.
This commit is contained in:
Mahmood Ali
2021-04-12 12:50:12 -04:00
committed by GitHub
parent f9c3e1facf
commit 55bb727c48

View File

@@ -393,7 +393,6 @@ jobs:
- install-golang:
target_directory: ~/goinstall
- run: source ${BASH_ENV} && make deps
- run: brew update && brew install protobuf
- run: PATH="$GOPATH/bin:${HOME}/goinstall/go/bin:$PATH" make generate-structs
- run:
@@ -533,7 +532,7 @@ executors:
go-macos:
working_directory: ~/go/src/github.com/hashicorp/nomad
macos:
xcode: 11.3.1
xcode: 12.4.0
environment:
<<: *common_envs
GOPATH: /Users/distiller/go