Skip to content

Commit

Permalink
Bump Ubuntu version used for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Aug 8, 2022
1 parent 051567a commit 962d3ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: ubuntu:21.04
container: ubuntu:22.10
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -48,9 +48,10 @@ jobs:
- name: Install UEFI
if: matrix.architecture == 'x86-64'
uses: docker://ubuntu:22.10
with:
args: bash -c "apt update && apt install ovmf && cp /usr/share/ovmf/OVMF.fd resources/ovmf.fd"
run: |
bash -c "apt update
apt install ovmf
cp /usr/share/ovmf/OVMF.fd resources/ovmf.fd"
- name: Download QEMU UEFI
if: matrix.architecture == 'arm64'
Expand Down

0 comments on commit 962d3ed

Please sign in to comment.