Skip to content

Commit 09daa84

Browse files
[CI] Enable latest Ubuntu in QEMU nightly build
This way we could verify the latest packages (e.g. compilers).
1 parent 7b22b80 commit 09daa84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,6 @@ jobs:
191191
uses: ./.github/workflows/reusable_qemu.yml
192192
with:
193193
short_run: false
194-
os: "['ubuntu-22.04', 'ubuntu-24.04']"
194+
# Beside the 2 LTS Ubuntu, we also test this on the latest Ubuntu - to be updated
195+
# every 6 months, so we verify the latest version of packages (compilers, etc.).
196+
os: "['ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-24.10']"

0 commit comments

Comments
 (0)