diff --git a/.github/workflows/buildwheel.yml b/.github/workflows/buildwheel.yml index 05630625..dcba02d1 100644 --- a/.github/workflows/buildwheel.yml +++ b/.github/workflows/buildwheel.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-2019, macos-12] + os: [ubuntu-20.04] steps: - uses: actions/checkout@v3 @@ -34,11 +34,11 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.11.2 env: - CIBW_BUILD: cp39-* cp310-* cp311-* + CIBW_BUILD: cp39-* cp310-* CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*" #CIBW_SKIP: "*-win32 *-musllinux_*" - CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 - CIBW_MANYLINUX_I686_IMAGE: manylinux2014 + CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010 + CIBW_MANYLINUX_I686_IMAGE: manylinux2010 CIBW_BEFORE_ALL_LINUX: bin/cibw_before_all_linux.sh CIBW_BEFORE_ALL_MACOS: bin/cibw_before_all_macosx_x86_64.sh CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh @@ -64,8 +64,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-2019, macos-12] - python-version: ['3.9', '3.10', '3.11'] + os: [ubuntu-20.04] + python-version: ['3.9', '3.10'] steps: - uses: actions/checkout@v3 @@ -86,8 +86,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-2019, macos-12] - python-version: ['3.9', '3.10', '3.11'] + os: [ubuntu-20.04] + python-version: ['3.9', '3.10'] steps: - uses: actions/checkout@v3