[github] Use the latest Ubuntu 22 for Linux check actions

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-09-24 23:11:23 +02:00 committed by Viktor Govako
parent 127ff2a859
commit bb15be2431

View file

@ -25,7 +25,7 @@ on:
jobs:
linux-no-unity:
name: Linux no unity build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
@ -71,7 +71,7 @@ jobs:
linux-matrix:
name: Linux builds and tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
@ -157,7 +157,7 @@ jobs:
linux-appstream:
name: Linux validate appstream data
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps: