From 229c4c3ac68f134d34fbf0d4a4354f3c9cc6f510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Richez?= Date: Fri, 21 Jul 2023 10:21:38 +0200 Subject: [PATCH] update jvm --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 00b64f7..1d7efb0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - uses: coursier/cache-action@v6 - uses: coursier/setup-action@v1.3.0 with: - jvm: adopt:11 + jvm: zulu:17 - name: Check format run: ./millw __.checkFormat - name: Compile all