Skip to content

Commit

Permalink
gh-actions: test on macos-13, not -latest
Browse files Browse the repository at this point in the history
macos-lates is now an Apple Silicon M1, for which seqtk is not yet built on bioconda
  • Loading branch information
mr-c committed May 3, 2024
1 parent 541276d commit 22fc2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:

macos:
name: Test on macos-latest
runs-on: macos-latest
runs-on: macos-13 # not latest, that is now an Apple Silicon M1, for which seqtk is not yet built on bioconda
env:
TOXENV: py312-unit
steps:
Expand Down

0 comments on commit 22fc2c2

Please sign in to comment.