Use latezt Ubuntu and JDK latest LTS (#30485)
This commit is contained in:
parent
03f557e7b1
commit
45b9b0bcd1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/scala3-build.yml
vendored
4
.github/workflows/scala3-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue