We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b22b80 commit 09daa84Copy full SHA for 09daa84
.github/workflows/nightly.yml
@@ -191,4 +191,6 @@ jobs:
191
uses: ./.github/workflows/reusable_qemu.yml
192
with:
193
short_run: false
194
- os: "['ubuntu-22.04', 'ubuntu-24.04']"
+ # 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