Skip to content

Commit

Permalink
more actions fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Aug 15, 2024
1 parent 0d2e885 commit 82704e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ on: [push, pull_request]

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
name: Wheel ${{ matrix.python }}-${{ matrix.buildplat[1] }}
runs-on: ${{ matrix.buildplat[0] }}
strategy:
fail-fast: false
matrix:
buildplat:
- [ubuntu-latest, manylinux_x86_64, auto]
- [macos-latest, macosx_x86_64, x86_64]
- [macos-latest, macosx_arm64, arm64]
python: ["cp38", "cp39", "cp310", "cp11", "cp12"]
- [macos-13, macosx_x86_64, x86_64]
- [macos-14, macosx_arm64, arm64]
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]

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

0 comments on commit 82704e1

Please sign in to comment.