From c381f1e03d5cf555c677606ad7a5c31d77df2f47 Mon Sep 17 00:00:00 2001 From: Haibao Tang Date: Thu, 13 Jun 2024 09:41:54 -0700 Subject: [PATCH] change back to macos-latest (#678) * change back to macos-latest * fix brew install --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |