From 0db23d4d7ac5e3ce33afeed971d13afb5dd2ca2e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 18 Dec 2021 14:37:58 -0500 Subject: [PATCH] ci: use adoptopenjdk --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a117224e5f..144e4b27be 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,8 +21,9 @@ jobs: ${{ runner.os }}-cache- - name: Set up JDK 11 - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: + distribution: adopt java-version: 11 - name: Build