From 4f2e43436133947f2f0ae063f78e63f5a6feda55 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sat, 28 Nov 2020 06:24:40 +0100 Subject: CI: Specifically run the Linux build job on Ubuntu 20.04 Currently ubuntu-latest is specified, which uses Ubuntu 18.04 currently but will switch to 20.04 starting from next week. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5a3cbaa5f..cb3345c99 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -15,7 +15,7 @@ jobs: build: name: Build on Ubuntu - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 if: github.repository == 'HandBrake/HandBrake' steps: - uses: actions/checkout@master -- cgit v1.2.3