From 653fb69641386cab116f52c3e26c7b6f074f7da1 Mon Sep 17 00:00:00 2001 From: Andreas Drobisch Date: Tue, 14 Sep 2021 09:20:43 +0200 Subject: [PATCH] (build): fix ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a67795..eb0a195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: matrix: os: [ubuntu-latest] scala: [2.13.6, 2.12.14] - java: [adopt@1.16.0-1] + java: [adopt@1.15.0-2] runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -71,7 +71,7 @@ jobs: matrix: os: [ubuntu-latest] scala: [2.13.6] - java: [adopt@1.16.0-1] + java: [adopt@1.15.0-2] runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full)