We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b8035 commit 85184adCopy full SHA for 85184ad
1 file changed
.github/workflows/publish.yml
@@ -2,15 +2,15 @@ name: Release
2
on: [workflow_dispatch] # Manual trigger
3
jobs:
4
build:
5
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-24.04
6
steps:
7
- name: checkout repository
8
uses: actions/checkout@v4
9
10
- uses: actions/setup-java@v4
11
with:
12
distribution: 'temurin'
13
- java-version: '17'
+ java-version: '21'
14
15
- name: validate gradle wrapper
16
uses: gradle/actions/wrapper-validation@v4
0 commit comments