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.
2 parents a93d93d + fb78bb6 commit 7c4e051Copy full SHA for 7c4e051
.github/workflows/nightly.yml
@@ -190,4 +190,4 @@ jobs:
190
uses: ./.github/workflows/reusable_qemu.yml
191
with:
192
short_run: false
193
- os: "['ubuntu-23.04', 'ubuntu-24.04']"
+ os: "['ubuntu-22.04', 'ubuntu-24.04']"
.github/workflows/reusable_qemu.yml
@@ -11,7 +11,7 @@ on:
11
os:
12
description: List of OSes
13
type: string
14
- default: '["ubuntu-23.04"]'
+ default: '["ubuntu-24.04"]'
15
16
permissions:
17
contents: read
0 commit comments