Skip to content

Commit 6a5ed4d

Browse files
committed
fix: kjør på ubuntu-latest (påkrevd for public Maven Central-bygg)
1 parent 2023a80 commit 6a5ed4d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/autobuild-lib.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
with:
2121
java_version: 'java17'
2222
is_release: false
23+
runner: 'ubuntu-latest'
2324
secrets: inherit

.github/workflows/build-release-lib.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
version: ${{ inputs.version }}
3636
is_release: ${{ inputs.is_release }}
3737
reviewer: ${{ inputs.reviewer }}
38+
runner: 'ubuntu-latest'
3839
secrets: inherit

0 commit comments

Comments
 (0)