Skip to content

Commit

Permalink
Merge pull request #292 from IntelLabs/ci/ubuntu_24.04
Browse files Browse the repository at this point in the history
CI: test local deploy on ubuntu 24.04
  • Loading branch information
Wenzel authored Aug 26, 2024
2 parents 5c9f661 + 5c3f5ff commit 4bf35f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
local:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
awk -F\' '/menuentry.*{{ kernel_grep_string }}/ {print $4}' /boot/grub/grub.cfg |head -1
args:
executable: /bin/bash
become: true
register: grub_menuentry_ids
when: true
check_mode: false
Expand Down

0 comments on commit 4bf35f9

Please sign in to comment.