Skip to content

Commit

Permalink
Updated macos, ubuntu & python versions in build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Dec 10, 2024
1 parent 5e63601 commit 2e58e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, ubuntu-20.04, macos-latest, macos-11]
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [windows-latest, ubuntu-24.04, ubuntu-latest, ubuntu-20.04, macos-latest, macos-13]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

name: ${{matrix.os}}, python-${{matrix.python-version}}

Expand Down

0 comments on commit 2e58e6e

Please sign in to comment.