Skip to content

Commit

Permalink
Try using HOMEBREW_NO_AUTO_UPDATE=1 to fix the macOS 13 runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Mar 18, 2024
1 parent 5ca16b9 commit 23cef0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ jobs:
test:
strategy:
matrix:
os: [macos-12, macos-14]
os: [macos-12, macsos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install ImageMagick
run: brew install imagemagick
run: env HOMEBREW_NO_AUTO_UPDATE=1 brew install imagemagick
- name: make test
run: make test

0 comments on commit 23cef0e

Please sign in to comment.