We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dca0c commit 753f3e1Copy full SHA for 753f3e1
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
shell: micromamba-shell {0}
36
test-osx:
37
name: Test on OSX
38
- runs-on: macOS-latest
+ runs-on: macos-12 # which is Intel and supported by bioconda macOS-latest is Apple silicon.
39
strategy:
40
matrix:
41
python-version:
0 commit comments