Skip to content

Commit 99bb043

Browse files
committed
Don't use macos-latest when testing wheels since it now uses M1 which doesn't work with cyvcf2
1 parent b0a94eb commit 99bb043

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
needs: ['build']
4545
strategy:
4646
matrix:
47-
os: [ubuntu-latest, macos-latest]
47+
# don't use macos-latest as it uses M1 which doesn't work
48+
os: [ubuntu-latest, macos-12]
4849
python-version: ["3.9", "3.10", "3.11"]
4950
runs-on: ${{ matrix.os }}
5051
steps:

0 commit comments

Comments
 (0)