Skip to content

Commit fb78bb6

Browse files
committed
Update Ubuntu versions
End of Life of Ubuntu 24.04 LTS (Noble Numbat) is April 2036. End of Life of Ubuntu 22.04 LTS (Jammy Jellyfish) is April 2034. End of Life of Ubuntu 23.04 (Lunar Lobster) was January 25, 2024. Signed-off-by: Lukasz Dorau <[email protected]>
1 parent a93d93d commit fb78bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ jobs:
190190
uses: ./.github/workflows/reusable_qemu.yml
191191
with:
192192
short_run: false
193-
os: "['ubuntu-23.04', 'ubuntu-24.04']"
193+
os: "['ubuntu-22.04', 'ubuntu-24.04']"

.github/workflows/reusable_qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
os:
1212
description: List of OSes
1313
type: string
14-
default: '["ubuntu-23.04"]'
14+
default: '["ubuntu-24.04"]'
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)