Skip to content

Commit

Permalink
Fix publish-packages.yml aembuilds
Browse files Browse the repository at this point in the history
Signed-off-by: Marten Richter <[email protected]>
  • Loading branch information
martenrichter committed Feb 13, 2025
1 parent 6037cef commit 3723ba2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
- arch: ia32
os: windows-2019
- arch: arm64
os: [macos-latest, ubuntu-22.04-arm]
os: macos-latest
- arch: arm64
os: ubuntu-22.04-arm
runs-on: ${{ matrix.os }}
permissions:
contents: write
Expand Down

0 comments on commit 3723ba2

Please sign in to comment.