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:
Jim Broadus 2020-12-15 10:36:36 -08:00 committed by John Maguire
parent c1c43e9a67
commit fe88d8f8b0
1 changed files with 1 additions and 1 deletions

View File

@ -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: