From fe88d8f8b0ba8ea1626a0fab0868355ae67da319 Mon Sep 17 00:00:00 2001 From: Jim Broadus Date: Tue, 15 Dec 2020 10:36:36 -0800 Subject: [PATCH] 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. --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 43e39b74b..a70b1960d 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -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: