diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 455c61db..2cab74ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 4 matrix: - os: [ubuntu-latest, macos-13] + os: [ubuntu-latest, macos-latest] python-version: ["3.8", "3.10"] steps: @@ -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: |