Skip to content

Commit 0e8459f

Browse files
committed
Update CI to use ubuntu-24.04 instead of ubuntu-20.04
Github deprecated ubuntu-20.04 earlier this month, and CI broke as a result. This updates it to use ubuntu-24.04 (maybe it'll work?) Signed-off-by: Peter Jones <pjones@redhat.com>
1 parent d44405e commit 0e8459f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
cross-build-pull-request:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
container: vathpela/efi-ci:${{ matrix.distro }}-x64
1515
name: ${{ matrix.distro }} ${{ matrix.efiarch }} cross-build
1616

@@ -112,7 +112,7 @@ jobs:
112112
find /destdir -type f
113113
114114
build-pull-request-intel:
115-
runs-on: ubuntu-20.04
115+
runs-on: ubuntu-24.04
116116
container: vathpela/efi-ci:${{ matrix.distro }}-x64
117117
name: ${{ matrix.distro }} ${{ matrix.efiarch }} build
118118

@@ -184,7 +184,7 @@ jobs:
184184
find /destdir -type f
185185
186186
build-pull-request-intel-compile-commands-json:
187-
runs-on: ubuntu-20.04
187+
runs-on: ubuntu-24.04
188188
container: vathpela/efi-ci:${{ matrix.distro }}-x64
189189
name: ${{ matrix.distro }} ${{ matrix.efiarch }} build compile_commands.json
190190

0 commit comments

Comments
 (0)