Skip to content

Commit

Permalink
Update to latest OS's and cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Aug 9, 2024
1 parent 8e1290d commit 4649736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-11]
os: [ubuntu-latest, macos-13, macos-14]
fail-fast: false

steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.20.0
with:
output-dir: dist
package-dir: ./${{ needs.build_sdist.outputs.sdist_name }}
Expand Down

0 comments on commit 4649736

Please sign in to comment.