Skip to content

Commit

Permalink
Remove failing MacOS 13 and add MacOS 15 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored and rlouf committed Nov 18, 2024
1 parent 86b7d86 commit ccb8433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-13, macos-14, windows-latest]
os: [ubuntu-20.04, macos-14, macos-15, windows-latest]

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

0 comments on commit ccb8433

Please sign in to comment.