diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linux-eoan-5.12.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index 3cec1cd46..b8461d621 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.yml @@ -1,4 +1,4 @@ -name: Ubuntu 19.10 / Qt 5.12 +name: Ubuntu 20.04 / Qt 5.12 on: push: branches: @@ -11,7 +11,7 @@ jobs: buildInContainer: runs-on: ubuntu-latest container: - image: ubuntu:19.10 + image: ubuntu:20.04 steps: - name: checkout sources |