diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0bb45727..2cab74ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |