Skip to content

Commit

Permalink
circleci: update macos image
Browse files Browse the repository at this point in the history
circleci has a new image for each xcode version, so bumping
the xcode version to the latest one picks the latest iOS
image:

https://circleci.com/docs/2.0/testing-ios/
  • Loading branch information
phemmer authored and lesam committed Dec 3, 2020
1 parent 3cea951 commit 86fa81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
- image: 'quay.io/influxdb/telegraf-ci:1.15.5'
mac: &mac
macos:
xcode: 11.3.1
xcode: 12.2.0
working_directory: '~/go/src/github.com/influxdata/telegraf'
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
Expand Down

0 comments on commit 86fa81c

Please sign in to comment.