ci: use self-hosted runner for forgejo
This commit is contained in:
parent
16e9c589c8
commit
f7d4ab5596
1 changed files with 1 additions and 4 deletions
5
.github/workflows/stylua.yaml
vendored
5
.github/workflows/stylua.yaml
vendored
|
|
@ -10,10 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
stylua:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: JohnnyMorganz/stylua-action@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue