Skip to content

Commit

Permalink
Update macOS image (#10365)
Browse files Browse the repository at this point in the history
Also, remove protobuf installation: it's not used anymore.
  • Loading branch information
Mahmood Ali authored Apr 12, 2021
1 parent f9c3e1f commit 55bb727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 55bb727

Please sign in to comment.