build: Remove eoan usage
Ubuntu Eoan (19.10) is EOL and the repositories are no longer accessible. Bump the image used for the source tarball build to LTS ubuntu:focal.
This commit is contained in:
parent
c1c43e9a67
commit
fe88d8f8b0
2
.github/workflows/all.yml
vendored
2
.github/workflows/all.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
||||
name: Build source tarball
|
||||
runs-on: ubuntu-18.04
|
||||
container:
|
||||
image: ubuntu:eoan
|
||||
image: ubuntu:focal
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user