diff options
| author | selsta <selsta@sent.at> | 2025-04-15 21:09:26 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2025-04-15 21:09:26 +0200 |
| commit | b409e9fc7df80d5c6ec6f6208c392c36e614af73 (patch) | |
| tree | d575026c86b7d76bbd37fd01efa16d730af4d3c5 /.github | |
| parent | ecb76b841466ed2179a4c4c1a99610d8c5ccb0b6 (diff) | |
| download | monzero-gui-b409e9fc7df80d5c6ec6f6208c392c36e614af73.tar.gz monzero-gui-b409e9fc7df80d5c6ec6f6208c392c36e614af73.tar.xz monzero-gui-b409e9fc7df80d5c6ec6f6208c392c36e614af73.zip | |
workflows: update Ubuntu version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94965bfa..deb82b41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: path: build/bin/monero-wallet-gui.tar docker-linux-static: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v1 with: @@ -131,7 +131,7 @@ jobs: /home/runner/work/monero-gui/monero-gui/build/release/bin/monerod docker-windows-static: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v1 with: @@ -159,7 +159,7 @@ jobs: /home/runner/work/monero-gui/monero-gui/build/x86_64-w64-mingw32/release/bin/monerod.exe docker-android: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v1 with: @@ -185,7 +185,7 @@ jobs: path: /home/runner/work/monero-gui/monero-gui/build/Android/release/android-build/monero-gui.apk source-archive: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v1 with: |
