Skip to content

Commit

Permalink
Use latest platforms to build wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianopaz authored and ricardoV94 committed Jan 24, 2025
1 parent cddf588 commit 4ea4259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
strategy:
matrix:
platform:
- macos-12
- windows-2022
- ubuntu-20.04
- macos-latest
- windows-latest
- ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4ea4259

Please sign in to comment.