Skip to content

Commit

Permalink
fix brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Jun 13, 2024
1 parent 9efc45a commit 5e39445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install BEDTools (macOS)
run: brew install bedtools imagemagick
if: matrix.os == 'macos-13'
if: matrix.os == 'macos-latest'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5e39445

Please sign in to comment.