From 38bf1f6eaf0c62dc21aa4f5eb9647c50ae108741 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Sat, 5 Oct 2024 21:42:49 +0900 Subject: [PATCH] add JDK 24 CI instead of 22 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 676f616d..2015dde9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: java: 21 distribution: temurin - os: ubuntu-latest - java: 22-ea + java: 24-ea distribution: temurin - os: windows-latest java: 11