Skip to content

Commit

Permalink
Use scale sets for self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Nov 13, 2023
1 parent 07e6d6a commit 8690de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bcc-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
bcc-version: ["v0.28.0", "v0.27.0", "v0.26.0", "v0.25.0", "v0.24.0"]

runs-on: self-hosted
runs-on: arc-runner-set

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-bpftrace-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
bpftrace-version: ["v0.19.0"]

runs-on: self-hosted
runs-on: arc-runner-set

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8690de5

Please sign in to comment.