mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 15:32:47 +01:00
workflows: ubuntu 18.04 is deprecated
This commit is contained in:
2
.github/workflows/depends.yml
vendored
2
.github/workflows/depends.yml
vendored
@@ -18,7 +18,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-cross:
|
build-cross:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
env:
|
env:
|
||||||
CCACHE_TEMPDIR: /tmp/.ccache-temp
|
CCACHE_TEMPDIR: /tmp/.ccache-temp
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user