Skip to content

Commit

Permalink
build: use self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervantrijffel committed Nov 11, 2023
1 parent b18cad9 commit f737dd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:

jobs:
build-test:
runs-on: ubuntu-22.04
runs-on: arc-k3s-runner-set
# use github hosted runner
# runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit f737dd6

Please sign in to comment.