Skip to content

Commit 4bf35f9

Browse files
authored
Merge pull request #292 from IntelLabs/ci/ubuntu_24.04
CI: test local deploy on ubuntu 24.04
2 parents 5c9f661 + 5c3f5ff commit 4bf35f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
local:
6262
strategy:
6363
matrix:
64-
os: [ubuntu-20.04, ubuntu-22.04]
64+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
6565
runs-on: ${{ matrix.os }}
6666
steps:
6767
- uses: actions/checkout@v4

deploy/intellabs/kafl/roles/kernel/tasks/install_kernel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
awk -F\' '/menuentry.*{{ kernel_grep_string }}/ {print $4}' /boot/grub/grub.cfg |head -1
4444
args:
4545
executable: /bin/bash
46+
become: true
4647
register: grub_menuentry_ids
4748
when: true
4849
check_mode: false

0 commit comments

Comments
 (0)