From 7aa78b48b9761f6618281a54e15718ff28c80721 Mon Sep 17 00:00:00 2001 From: Hyesung82 Date: Wed, 15 Nov 2023 16:27:39 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20workflows=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JDK 버전 수정(11 -> 17) --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 115f200e..7392faa3 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: set up JDK 11 + - name: set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' cache: gradle