From 129c36e24bbd3332832728124ebf27d2462a0300 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 22 Sep 2020 19:22:16 +0200 Subject: [PATCH] Always use Java 15 (#6929) * Always use Java 15 * Use standard action * test notarization * Disable notarization test again Co-authored-by: Siedlerchr --- .github/workflows/deployment.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 6e3006ed1a0..7f729318063 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -55,18 +55,10 @@ jobs: - name: Run GitVersion id: gitversion uses: gittools/actions/gitversion/execute@v0.9.4 - - name: Set up Adotptopen JDK mac - uses: joschi/setup-jdk@v2 - with: - # reason: https://bugs.openjdk.java.net/browse/JDK-8238184 - java-version: 15 - release_type: ea - if: matrix.os == 'macos-latest' - - name: Set up JDK for linux and windows + - name: Set up JDK uses: actions/setup-java@v1 with: - java-version: 14 - if: matrix.os != 'macos-latest' + java-version: 15 - name: Restore gradle cache uses: actions/cache@master with: