Skip to content

Commit

Permalink
Cleanup multi-os ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed Oct 23, 2023
1 parent a5b55a9 commit 5bbd0eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ permissions:
jobs:
build:

name: Build ${{ matrix.archs }} wheels on ${{ matrix.os }}
name: Build and test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-latest
archs: "x86_64, i686"
- os: windows-latest
archs: "x86"
- os: macos-latest
archs: "x86_64, arm64"

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

0 comments on commit 5bbd0eb

Please sign in to comment.