Skip to content

Commit

Permalink
build-system: move to Ubuntu Jammy
Browse files Browse the repository at this point in the history
Impish is EOL.

Signed-off-by: Dirk Hohndel <[email protected]>
  • Loading branch information
dirkhh committed Jul 31, 2022
1 parent e92b1a5 commit ec9829b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ubuntu 21.10 / Qt 5.15--
name: Ubuntu 22.04 / Qt 5.15--
on:
push:
branches:
Expand All @@ -8,10 +8,10 @@ on:
- master

jobs:
buildUbuntuImpish:
buildUbuntuJammy:
runs-on: ubuntu-latest
container:
image: ubuntu:21.10
image: ubuntu:22.04

steps:
- name: checkout sources
Expand Down

0 comments on commit ec9829b

Please sign in to comment.