aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build-ubuntu.yml
diff options
context:
space:
mode:
authorRaphaƫl Zumer <rzumer@tebako.net>2020-06-08 18:20:56 +0000
committerGitHub <noreply@github.com>2020-06-08 18:20:56 +0000
commit2fab0903447b537021fa5ae6632976b955f5e6ac (patch)
tree4e594abd34cb1811cd0ed9723411557d387d6cf8 /.github/workflows/build-ubuntu.yml
parent90cf310e8114a9bf813b764d4f501e1f3133e77f (diff)
Update Ubuntu version used for CI
Ubuntu 20.04 is supported "as a preview" and may have to be replaced in the future, but 18.04's Qt package is too old to build.
Diffstat (limited to '.github/workflows/build-ubuntu.yml')
-rw-r--r--.github/workflows/build-ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml
index efb9604..4ecdae0 100644
--- a/.github/workflows/build-ubuntu.yml
+++ b/.github/workflows/build-ubuntu.yml
@@ -15,7 +15,7 @@ env:
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1