Skip to content

Commit

Permalink
fix(ci): move to macos13
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jan 21, 2024
1 parent 0715ab9 commit b7248f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Update Homebrew
run: |
brew update --preinstall
cat "$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/" > .github/brew-formulae
ls -l "$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/"
cat "$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/foo.rb" > .github/brew-formulae
- name: Configure Homebrew cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
with:
Expand Down

0 comments on commit b7248f8

Please sign in to comment.