From 0c6f99b2b80b9af3eb94b9c21c59fc0f3cfb6ec7 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Mon, 6 May 2024 19:29:24 -0700 Subject: [PATCH] Build with JDK 17 in CI --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c402ae13..1a2353a76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,8 +42,8 @@ jobs: - uses: actions/setup-java@v3 with: - java-version: 11 - distribution: 'zulu' + java-version: 17 + distribution: 'temurin' architecture: ${{ matrix.architecture }} - name: Install dependencies @@ -91,8 +91,8 @@ jobs: - uses: actions/setup-java@v3 with: - java-version: 11 - distribution: 'zulu' + java-version: 17 + distribution: 'temurin' - uses: actions/download-artifact@v3 with: