Skip to content

Commit 17e83fd

Browse files
committed
Updated macos, ubuntu & python versions in build_wheels.yml
1 parent 398e674 commit 17e83fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [windows-latest, ubuntu-latest, ubuntu-20.04, macos-latest, macos-11]
15-
python-version: ['3.8', '3.9', '3.10', '3.11']
14+
os: [windows-latest, ubuntu-24.04, ubuntu-latest, ubuntu-20.04, macos-latest, macos-13]
15+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1616

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

0 commit comments

Comments
 (0)