We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e393fc8 commit b620ca1Copy full SHA for b620ca1
1 file changed
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
strategy:
55
fail-fast: false
56
matrix:
57
- java-version: [24]
+ java-version: [21]
58
arch: [arm64]
59
runs-on: ${{ matrix.arch == 'arm64' && 'macos-latest' || 'macos-15-intel' }}
60
steps:
0 commit comments