fix(ci): move to macos13

This commit is contained in:
Timothy Stewart
2024-01-21 13:37:10 -06:00
parent f2b87ec097
commit 0715ab9440

View File

@@ -27,7 +27,7 @@ jobs:
- name: Update Homebrew - name: Update Homebrew
run: | run: |
brew update --preinstall brew update --preinstall
cat "$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/foo.rb" > .github/brew-formulae cat "$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/" > .github/brew-formulae
- name: Configure Homebrew cache - name: Configure Homebrew cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0 uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
with: with: