chore: update mac signing job to use latest xcode (#10311)
This commit is contained in:
parent
72dad89d81
commit
b59350b940
|
|
@ -12,7 +12,7 @@ executors:
|
||||||
GOFLAGS: -p=8
|
GOFLAGS: -p=8
|
||||||
mac:
|
mac:
|
||||||
macos:
|
macos:
|
||||||
xcode: 12.4.0
|
xcode: 13.2.0
|
||||||
working_directory: '~/go/src/github.com/influxdata/telegraf'
|
working_directory: '~/go/src/github.com/influxdata/telegraf'
|
||||||
environment:
|
environment:
|
||||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
|
|
@ -378,8 +378,7 @@ jobs:
|
||||||
path: './build/dist'
|
path: './build/dist'
|
||||||
destination: 'build/dist'
|
destination: 'build/dist'
|
||||||
package-sign-mac:
|
package-sign-mac:
|
||||||
macos:
|
executor: mac
|
||||||
xcode: "11.3"
|
|
||||||
working_directory: /Users/distiller/project
|
working_directory: /Users/distiller/project
|
||||||
environment:
|
environment:
|
||||||
FL_OUTPUT_DIR: output
|
FL_OUTPUT_DIR: output
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue