Skip to content

Commit 22fc2c2

Browse files
committed
gh-actions: test on macos-13, not -latest
macos-lates is now an Apple Silicon M1, for which seqtk is not yet built on bioconda
1 parent 541276d commit 22fc2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266

267267
macos:
268268
name: Test on macos-latest
269-
runs-on: macos-latest
269+
runs-on: macos-13 # not latest, that is now an Apple Silicon M1, for which seqtk is not yet built on bioconda
270270
env:
271271
TOXENV: py312-unit
272272
steps:

0 commit comments

Comments
 (0)