Skip to content

Commit

Permalink
bump image to ubuntu 22.04
Browse files Browse the repository at this point in the history
note: remember to put it down later
  • Loading branch information
MrCyjaneK committed Jul 24, 2024
1 parent d2f4997 commit a441342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_test_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
PR_test_build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
STORE_PASS: test@cake_wallet
KEY_PASS: test@cake_wallet
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
path: |
/opt/android/cake_wallet/cw_haven/android/.cxx
/opt/android/cake_wallet/scripts/monero_c/release
key: linux-${{ hashFiles('**/prepare_moneroc.sh' ,'**/build_monero_all.sh') }}
key: linux-22.04-${{ hashFiles('**/prepare_moneroc.sh' ,'**/build_monero_all.sh') }}

- if: ${{ steps.cache-externals.outputs.cache-hit != 'true' }}
name: Generate Externals
Expand Down

0 comments on commit a441342

Please sign in to comment.