diff options
author | Michael Brown <mcb30@ipxe.org> | 2023-02-03 20:08:16 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2023-02-03 20:08:16 +0000 |
commit | 6c0335adf66cf58133ab2a1662d1b26f20000767 (patch) | |
tree | 6587e3c9948e9c69b938a663be5feb50a2059c01 /.github/workflows/build.yml | |
parent | 8450fa4a7b9a8236a43b74639fc80bada994ce07 (diff) | |
download | ipxe-6c0335adf66cf58133ab2a1662d1b26f20000767.tar.gz |
[ci] Update to ubuntu-22.04 GitHub actions runner
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8ba4e192..b6e18e310 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |