Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinstn committed Oct 15, 2024
1 parent 9799479 commit 80a8ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 80a8ffc

Please sign in to comment.