Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdstyle committed Sep 29, 2024
1 parent 4a111e1 commit 76b834f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo apt-get install libvips-dev
- name: Install macos deps
if: matrix.os == 'macOS-13'
if: matrix.os == 'macOS-13' || matrix.os == 'macOS-latest'
run: |
brew install vips
Expand Down

0 comments on commit 76b834f

Please sign in to comment.