From 6a38c75da80c8218aebaf831be03551e20704817 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 4 Jul 2020 19:46:33 +0200 Subject: [PATCH] Update deb build container to ubuntu:20.04 --- .github/workflows/debian.yml | 2 +- .github/workflows/debian_lts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 3ca8b4df5..9328f467d 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -17,7 +17,7 @@ jobs: build: name: Build Kernel runs-on: ubuntu-latest - container: debian:sid + container: ubuntu:20.04 steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/.github/workflows/debian_lts.yml b/.github/workflows/debian_lts.yml index 60c1082fa..0c48c5eb0 100644 --- a/.github/workflows/debian_lts.yml +++ b/.github/workflows/debian_lts.yml @@ -17,7 +17,7 @@ jobs: build: name: Build Kernel runs-on: ubuntu-latest - container: debian:sid + container: ubuntu:20.04 steps: - name: Checkout code uses: actions/checkout@v2