Skip to content

Commit 82704e1

Browse files
committed
more actions fiddling
1 parent 0d2e885 commit 82704e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ on: [push, pull_request]
77

88
jobs:
99
build_wheels:
10-
name: Build wheels on ${{ matrix.os }}
10+
name: Wheel ${{ matrix.python }}-${{ matrix.buildplat[1] }}
1111
runs-on: ${{ matrix.buildplat[0] }}
1212
strategy:
1313
fail-fast: false
1414
matrix:
1515
buildplat:
1616
- [ubuntu-latest, manylinux_x86_64, auto]
17-
- [macos-latest, macosx_x86_64, x86_64]
18-
- [macos-latest, macosx_arm64, arm64]
19-
python: ["cp38", "cp39", "cp310", "cp11", "cp12"]
17+
- [macos-13, macosx_x86_64, x86_64]
18+
- [macos-14, macosx_arm64, arm64]
19+
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)