diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a07e83d59b05..c34f13e08833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: fail-fast: false matrix: include: - - { java-version: 23, cache: 'restore', cleanup-node: true } + - { java-version: 23, cache: 'true', cleanup-node: true } - { java-version: 24-ea, cache: 'restore', cleanup-node: true } timeout-minutes: 45 steps: