aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/depends.yml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-09-24 21:02:41 +0200
committerselsta <selsta@sent.at>2022-09-24 21:04:28 +0200
commitd7445b576f992e9b5f5e07705f77e43d17939529 (patch)
treebf51253a0aedf15d940521e52f8b392863dbc1ee /.github/workflows/depends.yml
parentMerge pull request #8545 (diff)
downloadmonero-d7445b576f992e9b5f5e07705f77e43d17939529.tar.xz
workflows: ubuntu 18.04 is deprecated
And will soon be removed.
Diffstat (limited to '')
-rw-r--r--.github/workflows/depends.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/depends.yml b/.github/workflows/depends.yml
index 32df7dc42..949b4b570 100644
--- a/.github/workflows/depends.yml
+++ b/.github/workflows/depends.yml
@@ -18,7 +18,7 @@ env:
jobs:
build-cross:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
CCACHE_TEMPDIR: /tmp/.ccache-temp
strategy: