summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEwout ter Hoeven <[email protected]>2020-11-28 06:24:40 +0100
committerScott <[email protected]>2020-12-12 17:37:54 +0000
commit4f2e43436133947f2f0ae063f78e63f5a6feda55 (patch)
tree7eb23f4fce3c268a71873b4829a0893357735b58
parent3ac9ff8551c35022fecd7b05abe6c99beed29b71 (diff)
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.
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
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