From fa93b145ad20a39b9e9e506addd2a62d778a3b41 Mon Sep 17 00:00:00 2001 From: LEE SEOK GYU <54509842+likppi10@users.noreply.github.com> Date: Sun, 27 Aug 2023 03:25:31 +0900 Subject: [PATCH] ruby setting (#105) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ruby 세팅 수정 (#93) * ruby 세팅 수정 (#95) * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update Gemfile.lock * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml --- .github/workflows/android-cd.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/android-cd.yml b/.github/workflows/android-cd.yml index 96f4cad6..46cafc6b 100644 --- a/.github/workflows/android-cd.yml +++ b/.github/workflows/android-cd.yml @@ -63,12 +63,11 @@ jobs: - uses: actions/checkout@v2 # JDK 설정 - - name: set up JDK 11 - uses: actions/setup-java@v2 + - name: Setup JDK 17 + uses: actions/setup-java@v3 with: - java-version: '11' - distribution: 'adopt' - check-latest: true + distribution: zulu + java-version: 17 - name: Decode Keystore id: decode_keystore