From 05e6c021b5b19d1c9bf5a6ef290c09a4b7cc87ed Mon Sep 17 00:00:00 2001 From: Lee Read Date: Tue, 21 Jan 2025 10:57:39 -0500 Subject: [PATCH] ci: bump graalvm (#329) --- .github/workflows/native-image-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-image-test.yml b/.github/workflows/native-image-test.yml index 1a544fa..8ae54f6 100644 --- a/.github/workflows/native-image-test.yml +++ b/.github/workflows/native-image-test.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ windows, ubuntu, macos ] - java-version: [ '23.0.1' ] + java-version: [ '23.0.2' ] test: [ native, native-sci ] clojure-version: [ '1.12' ]