]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[ci] Update to ubuntu-22.04 GitHub actions runner
authorMichael Brown <mcb30@ipxe.org>
Fri, 3 Feb 2023 20:08:16 +0000 (20:08 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 3 Feb 2023 20:08:16 +0000 (20:08 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
.github/workflows/build.yml
.github/workflows/coverity.yml

index f8ba4e192505d7ebda9ac4446dde07537646f3dd..b6e18e31057f53567da110f31f73098b9fbc9647 100644 (file)
@@ -6,7 +6,7 @@ jobs:
 
   x86:
     name: x86
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
       - name: Check out code
         uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
 
   arm32:
     name: ARM32
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
       - name: Check out code
         uses: actions/checkout@v3
@@ -52,7 +52,7 @@ jobs:
 
   arm64:
     name: ARM64
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
       - name: Check out code
         uses: actions/checkout@v3
index d27eae11e60f5225f84862b07d1f2de4646c7098..ba8681801db07ac1d2a0ca7d32d124d589bfac80 100644 (file)
@@ -8,7 +8,7 @@ on:
 jobs:
   submit:
     name: Submit
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
       - name: Check out code
         uses: actions/checkout@v3