]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: bump GH Actions to Ubuntu Jammy where applicable
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 21 May 2022 14:03:14 +0000 (16:03 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 21 May 2022 18:23:48 +0000 (20:23 +0200)
.github/workflows/build_test.yml
.github/workflows/codeql-analysis.yml
.github/workflows/coverity.yml
.github/workflows/mkosi.yml
.github/workflows/unit_tests.yml

index 94fb67738a8b955090e2a3bd26ab8d0db0508e04..86b9a52684eddd04252361f616ad6eb09ab34ce4 100644 (file)
@@ -17,7 +17,7 @@ permissions:
 
 jobs:
   build:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     concurrency:
       group: ${{ github.workflow }}-${{ toJSON(matrix.env) }}-${{ github.ref }}
       cancel-in-progress: true
index 4ee50ac23d3c19bd46abc65777624c4bcdc072c1..13cbacce439f7c63b50deca44d8e401a18fc804d 100644 (file)
@@ -25,7 +25,7 @@ permissions:
 jobs:
   analyze:
     name: Analyze
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     concurrency:
       group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
       cancel-in-progress: true
index 1c29c8bae0cd6e3d0422933ed1ff357f8295901a..904a6895fd4c64f2a2923746155f10fba0457c26 100644 (file)
@@ -14,7 +14,7 @@ permissions:
 
 jobs:
   build:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     if: github.repository == 'systemd/systemd'
     env:
       COVERITY_SCAN_BRANCH_PATTERN:     "${{ github.ref}}"
index 50dd50b02694a2843d6cba83ca8dc0433298d1b2..7061631c01d4b9d9cbb35f13edef8aa0bc7491a6 100644 (file)
@@ -24,7 +24,7 @@ env:
 
 jobs:
   ci:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
     concurrency:
       group: ${{ github.workflow }}-${{ matrix.distro }}-${{ matrix.release }}-${{ github.ref }}
       cancel-in-progress: true
@@ -37,7 +37,7 @@ jobs:
           - distro: debian
             release: testing
           - distro: ubuntu
-            release: focal
+            release: jammy
           - distro: fedora
             release: "36"
           - distro: opensuse
index 7226a772320ee26c684f2496bee507fed6c94235..4a57f409b8a9fffee614f10e88b8129623f69dbf 100644 (file)
@@ -14,7 +14,7 @@ permissions:
 
 jobs:
   build:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     concurrency:
       group: ${{ github.workflow }}-${{ matrix.run_phase }}-${{ matrix.cryptolib }}-${{ github.ref }}
       cancel-in-progress: true