Commit 20b20501 authored by Stephanos Ioannidis's avatar Stephanos Ioannidis
Browse files

ci: manifest: Use ubuntu-22.04 virtual environment



This commit updates the manifest workflow to use the Ubuntu 22.04
virtual environment.

Signed-off-by: default avatarStephanos Ioannidis <root@stephanos.io>
(cherry picked from commit af6d77f7a7f1fa307c5362cb73f42e385765e3ff)
parent 74929f47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ on:

jobs:
  contribs:
    runs-on: ubuntu-20.04
    runs-on: ubuntu-22.04
    name: Manifest
    steps:
      - name: Checkout the code