Skip to content

Commit b33e09f

Browse files
committed
fix: switch to ubuntu-latest
1 parent 3e2c3e9 commit b33e09f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-to-maven-central.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# .github/workflows/publish-to-maven.yml
21
name: Publish to Maven Central
32

43
on:
@@ -17,7 +16,7 @@ permissions:
1716
jobs:
1817
publish:
1918
if: github.event.sender.site_admin == true
20-
runs-on: [self-hosted, linux]
19+
runs-on: ubuntu-latest
2120
steps:
2221
- name: Checkout code
2322
uses: actions/checkout@v4

0 commit comments

Comments
 (0)