Skip to content

Commit 753f3e1

Browse files
committed
change macos version in tests
1 parent 17dca0c commit 753f3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: micromamba-shell {0}
3636
test-osx:
3737
name: Test on OSX
38-
runs-on: macOS-latest
38+
runs-on: macos-12 # which is Intel and supported by bioconda macOS-latest is Apple silicon.
3939
strategy:
4040
matrix:
4141
python-version:

0 commit comments

Comments
 (0)