Skip to content

Commit b620ca1

Browse files
CI: Use Jdk 21
1 parent e393fc8 commit b620ca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
java-version: [24]
57+
java-version: [21]
5858
arch: [arm64]
5959
runs-on: ${{ matrix.arch == 'arm64' && 'macos-latest' || 'macos-15-intel' }}
6060
steps:

0 commit comments

Comments
 (0)