From eb3609bf423e865aed7cc5ec29d270691d27a5f5 Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Tue, 23 Apr 2024 23:07:12 +0200 Subject: [PATCH 1/2] update actions to use java 21 --- .github/workflows/build-remote.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-remote.yml b/.github/workflows/build-remote.yml index 75bcfaff553..e0a8fcaa8f3 100644 --- a/.github/workflows/build-remote.yml +++ b/.github/workflows/build-remote.yml @@ -26,7 +26,7 @@ jobs: # See https://github.com/actions/setup-java/commits uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 with: - java-version: 17 + java-version: 21 distribution: temurin - name: Checkout repository and submodules diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ef0118ff77..284fa265a84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: # See https://github.com/actions/setup-java/commits - uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 with: - java-version: 17 + java-version: 21 distribution: temurin - name: Build From a7730fd32611887eac9d4acb549b81db8be42e72 Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Tue, 23 Apr 2024 23:09:39 +0200 Subject: [PATCH 2/2] jdk name correction --- .github/workflows/build-remote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-remote.yml b/.github/workflows/build-remote.yml index e0a8fcaa8f3..d49920785eb 100644 --- a/.github/workflows/build-remote.yml +++ b/.github/workflows/build-remote.yml @@ -22,7 +22,7 @@ jobs: run: | echo "BUILD_NUMBER=${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV - - name: Set up JDK 17 + - name: Set up JDK 21 # See https://github.com/actions/setup-java/commits uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 with: