From 80a8ffcb37ab61bae492d53d1210850512683832 Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 15 Oct 2024 20:24:56 +0200 Subject: [PATCH] fix pipeline --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1db01f..cc5f573 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest, self-hosted] + os: [windows-latest, macos-13, macos-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] exclude: - os: self-hosted @@ -73,7 +73,7 @@ jobs: - name: Upload Python Wheel uses: actions/upload-artifact@v4 with: - name: python-wheels-${{ matrix.machine }}-${{ matrix.cloud }}-${{ matrix.region }}-${{ matrix.arch }}-${{ matrix.distro }}-${{ matrix.stage }}-${{ matrix.theater }} + name: python-wheels-${{ matrix.os }}-${{ matrix.python-version }} path: target/wheels/*.whl test: