Skip to content

Commit dd48650

Browse files
committed
ci: use ubuntu 24.04
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 0496045 commit dd48650

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Setup
9898
setup:
9999
name: Setup
100-
runs-on: ubuntu-20.04
100+
runs-on: ubuntu-24.04
101101
outputs:
102102
hosts: ${{ steps.generate-matrix.outputs.hosts }}
103103
targets: ${{ steps.generate-matrix.outputs.targets }}
@@ -1679,7 +1679,7 @@ jobs:
16791679
test-result:
16801680
name: Test Result
16811681
needs: [ test-dist-bundle ]
1682-
runs-on: ubuntu-20.04
1682+
runs-on: ubuntu-24.04
16831683

16841684
# NOTE: The 'test-result' job depends on the 'test-dist-bundle' job and
16851685
# therefore only runs when all distribution bundle tests pass.

meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_9.2.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ a variety of guest operating systems"
1010
HOMEPAGE = "http://qemu.org"
1111
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
1212

13-
DEPENDS += "bison-native meson-native ninja-native"
13+
DEPENDS += "bison-native meson-native ninja-native libslirp"
1414

1515
DEPENDS += "glib-2.0 zlib pixman"
1616

0 commit comments

Comments
 (0)