Skip to content

Commit

Permalink
revert and update ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Apr 24, 2024
1 parent 16c852d commit ccbdea8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8.0", "3.10.0"]
os: [ubuntu-latest, macos-13]
python-version: ["3.8", "3.10"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand All @@ -26,7 +26,7 @@ jobs:

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

- name: Install dependencies
run: |
Expand Down

0 comments on commit ccbdea8

Please sign in to comment.