Browse Source

chore: force homebrew cache to update (#25703)

John Kleinschmidt 4 years ago
parent
commit
4316c4125f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

@@ -322,13 +322,13 @@ step-restore-brew-cache: &step-restore-brew-cache
     paths:
       - /usr/local/Homebrew
     keys:
-      - v1-brew-cache-{{ arch }}
+      - v2-brew-cache-{{ arch }}
 
 step-save-brew-cache: &step-save-brew-cache
   save_cache:
     paths:
       - /usr/local/Homebrew
-    key: v1-brew-cache-{{ arch }}
+    key: v2-brew-cache-{{ arch }}
     name: Persisting brew cache
 
 step-get-more-space-on-mac: &step-get-more-space-on-mac