From 0c640c5a954f393cfda0daace8633d66ef2c64ab Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 21 Jan 2024 13:53:56 -0600 Subject: [PATCH] fix(ci): move to macos13 --- .github/workflows/cache.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 61d5ac0b..76145224 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -27,8 +27,7 @@ jobs: - name: Update Homebrew run: | brew update --preinstall - ls -l "$(brew --repository)/Library" - cat "" > .github/brew-formulae + echo "${{ hashFiles ($(brew --repository)) }}" > .github/brew-formulae - name: Configure Homebrew cache uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0 with: