mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
workflows: ubuntu 18.04 is deprecated
This commit is contained in:
parent
1f27fdf6a5
commit
02b24cb353
1 changed files with 1 additions and 1 deletions
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:
|
||||||
|
|
Loading…
Reference in a new issue