fix(ci): move to macos13

This commit is contained in:
Timothy Stewart
2024-01-21 13:57:12 -06:00
parent 10f545ff30
commit 68f8f20cd7

View File

@@ -27,7 +27,7 @@ jobs:
- name: Update Homebrew
run: |
brew update --preinstall
echo ${{ hashFiles ("$(brew --repository)") }} > .github/brew-formulae
echo ${{ hashFiles ('"$(brew --repository)"') }} > .github/brew-formulae
- name: Configure Homebrew cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
with: