From 8e8b4b36e9546d073ac497e495bcb7b116779bd8 Mon Sep 17 00:00:00 2001 From: lread Date: Tue, 21 Jan 2025 10:35:19 -0500 Subject: [PATCH] ci: bump graalvm --- .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' ]