Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 23, 2023
1 parent c17a825 commit 3aba7ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ on:
jobs:
build:
name: Build Python Wheel
matrix:
host:
- x86_64
- aarch64
strategy:
matrix:
host:
- x86_64
- aarch64
runs-on:
- self-hosted
- linux
Expand Down

0 comments on commit 3aba7ee

Please sign in to comment.