Skip to content

Commit 3ee5a58

Browse files
ci: migrate to self-hosted runner
1 parent 21837a9 commit 3ee5a58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: self-hosted
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-java@v4

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
publish:
16-
runs-on: ubuntu-latest
16+
runs-on: self-hosted
1717
environment: maven-central
1818

1919
steps:

0 commit comments

Comments
 (0)