Skip to content

Commit 7c4e051

Browse files
authored
Merge pull request #935 from ldorau/Update_Ubuntu_versions
Update Ubuntu versions in CI
2 parents a93d93d + fb78bb6 commit 7c4e051

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)