From 28e3f532b297d4fe5fc63871e0645a2c7f5df3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Startek?= Date: Fri, 23 Feb 2024 23:27:29 +0100 Subject: [PATCH] ci work --- .github/workflows/build_wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 5bcd779..4cd7cea 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: #os: [ubuntu-20.04, windows-2019, macos-10.15] - os: [windows-latest, macos-14] + os: [windows-latest, macos-14, macos-13, macos=12, macos-11, macos-10] steps: - uses: actions/checkout@v4 @@ -34,4 +34,5 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl