From 032af356775ea2b8f81be09a84559f391dd6a097 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 2 Aug 2024 19:26:48 +0200 Subject: [PATCH] bump java version in cake wallet ci --- .github/workflows/cake_wallet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cake_wallet.yaml b/.github/workflows/cake_wallet.yaml index f4bc4626..9ca355a8 100644 --- a/.github/workflows/cake_wallet.yaml +++ b/.github/workflows/cake_wallet.yaml @@ -64,7 +64,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: 'zulu' - java-version: "11.x" + java-version: "17.x" - name: Configure placeholder git details run: | git config --global user.email "CI@cakewallet.com" @@ -246,4 +246,4 @@ jobs: with: issue-number: ${{steps.get_issue_number.outputs.result}} body: | - [download cake_wallet #${{github.run_id}}](https://nightly.link/MrCyjaneK/monero_c/actions/runs/${{github.run_id}}) (this comment will update whenever you push) \ No newline at end of file + [download cake_wallet #${{github.run_id}}](https://nightly.link/MrCyjaneK/monero_c/actions/runs/${{github.run_id}}) (this comment will update whenever you push)