fix(ci): move to macos13

This commit is contained in:
Timothy Stewart
2024-01-21 13:44:14 -06:00
parent b7248f89d9
commit 3345de29fc

View File

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