mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-10 02:21:14 +00:00
ci: Update from ubuntu-20.04 to ubuntu-22.04 due to EOL
Ubuntu 20.04 is EOL. Therefore, upgrade it to 22.04. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
64e3b12bf2
commit
3a97392960
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -5,8 +5,8 @@ on:
|
||||
branches: [ "master", "stable-*" ]
|
||||
|
||||
jobs:
|
||||
build-ubuntu-focal:
|
||||
runs-on: ubuntu-20.04
|
||||
build-ubuntu-jammy:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user