Skip to content

Commit

Permalink
fix: wheel builds on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jun 24, 2024
1 parent 5c36cc8 commit da58446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
strategy:
matrix:
os:
- macos-11
- ubuntu-20.04
- windows-2022
- macos-latest
- ubuntu-latest
- windows-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit da58446

Please sign in to comment.