forked from organicmaps/organicmaps
[github] Use the latest Ubuntu 22 for Linux check actions
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
127ff2a859
commit
bb15be2431
1 changed files with 3 additions and 3 deletions
6
.github/workflows/linux-check.yaml
vendored
6
.github/workflows/linux-check.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue