Skip to content

Commit

Permalink
v0.2.1 Update GH actions to support macos arm64 and x86_x64 architect…
Browse files Browse the repository at this point in the history
…ures
  • Loading branch information
dimitri-justeau committed Oct 1, 2024
1 parent 051bda6 commit 0368678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: actions/upload-artifact@v4
with:
name: wheel-${{matrix.os}}-${{matrix.python-version}}-artifact
name: wheel-${{matrix.os}}-${{matrix.python-version}}-${{matrix.platform}}-artifact
path: dist/
if-no-files-found: error

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os : [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
os : [ubuntu-latest]
python-version: ["3.12", "3.11", "3.10", "3.9"]
include:
- os: ubuntu-24.04
Expand Down

0 comments on commit 0368678

Please sign in to comment.