Skip to content

Commit

Permalink
fix: fix macos wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed May 6, 2023
1 parent 90496db commit a7815b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]

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

0 comments on commit a7815b2

Please sign in to comment.