Skip to content

Commit

Permalink
Update build-wheels.yaml: build on MacOS12/13
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed Aug 19, 2024
1 parent d19fe60 commit c70b276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macOS-11]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macOS-12, macOS-13]
# Exclude windows-2019

steps:
Expand Down

0 comments on commit c70b276

Please sign in to comment.