Skip to content

Commit

Permalink
Use self hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 23, 2023
1 parent 4c6b1ee commit ab3f7cf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ on:
jobs:
build:
name: Build Python Wheel
runs-on: ubuntu-latest
matrix:
host:
- x86_64
- aarch64
runs-on:
- self-hosted
- linux
- src-build
- ${{ matrix.host }}
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand Down

0 comments on commit ab3f7cf

Please sign in to comment.