From 55bb727c481808e4ac79d32dac62e3fd48e5b887 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Mon, 12 Apr 2021 12:50:12 -0400 Subject: [PATCH] Update macOS image (#10365) Also, remove protobuf installation: it's not used anymore. --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 012773f27..30af3d537 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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