Skip to content

Commit 83d42ae

Browse files
committed
chore(ci): Update the JDK version in the desktop build workflow
1 parent dc15bf9 commit 83d42ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ jobs:
218218
- name: Checkout code
219219
uses: actions/checkout@v4
220220

221-
- name: Set up JDK 17
221+
- name: Set up JDK 21
222222
uses: actions/setup-java@v4
223223
with:
224-
java-version: '17'
224+
java-version: '21'
225225
distribution: 'temurin'
226226

227227
- name: Setup Gradle

0 commit comments

Comments
 (0)