Fix workflow

This commit is contained in:
laggykiller 2024-02-24 03:32:01 +08:00
parent 1bc6af1dc4
commit ca918d1ec5

View file

@ -51,8 +51,9 @@ jobs:
build-wheels:
needs: [prepare-sqlite, tests]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
@ -121,8 +122,6 @@ jobs:
cibw_build: "cp3*-macosx_universal2"
compile_target: universal2
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with: