Skip to content

Commit

Permalink
Merge branch main into python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Oct 28, 2024
2 parents fd93f6e + e0ba974 commit 591a656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macOS-11]
os: [ubuntu-20.04, windows-2019, macOS-12]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 591a656

Please sign in to comment.