build: bump brew cache to v6 (#38312)
This commit is contained in:
parent
e83197669c
commit
8b63a3fc8a
1 changed files with 2 additions and 2 deletions
|
@ -362,14 +362,14 @@ step-restore-brew-cache: &step-restore-brew-cache
|
||||||
- /usr/local/Cellar/gnu-tar
|
- /usr/local/Cellar/gnu-tar
|
||||||
- /usr/local/bin/gtar
|
- /usr/local/bin/gtar
|
||||||
keys:
|
keys:
|
||||||
- v5-brew-cache-{{ arch }}
|
- v6-brew-cache-{{ arch }}
|
||||||
|
|
||||||
step-save-brew-cache: &step-save-brew-cache
|
step-save-brew-cache: &step-save-brew-cache
|
||||||
save_cache:
|
save_cache:
|
||||||
paths:
|
paths:
|
||||||
- /usr/local/Cellar/gnu-tar
|
- /usr/local/Cellar/gnu-tar
|
||||||
- /usr/local/bin/gtar
|
- /usr/local/bin/gtar
|
||||||
key: v5-brew-cache-{{ arch }}
|
key: v6-brew-cache-{{ arch }}
|
||||||
name: Persisting brew cache
|
name: Persisting brew cache
|
||||||
|
|
||||||
step-get-more-space-on-mac: &step-get-more-space-on-mac
|
step-get-more-space-on-mac: &step-get-more-space-on-mac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue