diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 261c9bb..06137fe 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -1,4 +1,4 @@ -name: build & test +name: main on: [push] @@ -22,8 +22,8 @@ jobs: name: sdist path: dist retention-days: 5 - build: - strategy + build_wheels: + strategy: matrix: os: [ubuntu-latest, macos-13, macos-14, windows-latest] runs-on: ${{ matrix.os }} @@ -47,7 +47,7 @@ jobs: retention-days: 5 publish: runs-on: ubuntu-latest - needs: [build, sdist] + needs: [build_wheels, sdist] if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') steps: - name: download source wheel