Skip to content

Commit

Permalink
Don't use macos-latest when testing wheels since it now uses M1 which…
Browse files Browse the repository at this point in the history
… doesn't work with cyvcf2
  • Loading branch information
tomwhite committed May 1, 2024
1 parent b0a94eb commit 99bb043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
needs: ['build']
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# don't use macos-latest as it uses M1 which doesn't work
os: [ubuntu-latest, macos-12]
python-version: ["3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 99bb043

Please sign in to comment.