From 45b9b0bcd1fbe782f9dcc54e168eef634dd13e9b Mon Sep 17 00:00:00 2001 From: Ignasi Marimon-Clos Date: Thu, 5 Aug 2021 16:45:03 +0200 Subject: [PATCH] Use latezt Ubuntu and JDK latest LTS (#30485) --- .github/workflows/scala3-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala3-build.yml b/.github/workflows/scala3-build.yml index 97dfd945e9..1317dd5913 100644 --- a/.github/workflows/scala3-build.yml +++ b/.github/workflows/scala3-build.yml @@ -10,7 +10,7 @@ on: jobs: test: name: Test - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: matrix: command: @@ -44,7 +44,7 @@ jobs: - name: Set up JDK 11 uses: olafurpg/setup-scala@v10 with: - java-version: adopt@1.11.0-9 + java-version: adopt@1.11 - name: Cache Coursier cache uses: coursier/cache-action@v6.2