Skip to content

Commit 7364540

Browse files
committed
ci: Switch workflows to self-hosted runner (hetzner-ccx23)
1 parent 17cf4b8 commit 7364540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: [self-hosted, linux, l3digital]
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
3535
fail_ci_if_error: false
3636

3737
lint:
38-
runs-on: ubuntu-latest
38+
runs-on: [self-hosted, linux, l3digital]
3939

4040
steps:
4141
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)