diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2025-10-01 18:09:45 +0100 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2025-10-07 07:33:39 +0100 |
| commit | 07a58aac21c80c3b74b2955ea9f9ba02070be75b (patch) | |
| tree | dc1ebbe6e12a2b6a917967c1b818e1bdbd717d65 /tests/lcitool | |
| parent | 3d8c04b0eee35b7345c34c5265bb0478fcfc90ac (diff) | |
| download | focaccia-qemu-07a58aac21c80c3b74b2955ea9f9ba02070be75b.tar.gz focaccia-qemu-07a58aac21c80c3b74b2955ea9f9ba02070be75b.zip | |
tests/lcitool: bump custom runner packages to Ubuntu 24.04
In anticipation of new runners lets move to a newer Ubuntu LTS. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20251001170947.2769296-6-alex.bennee@linaro.org>
Diffstat (limited to 'tests/lcitool')
| -rwxr-xr-x | tests/lcitool/refresh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh index 185a47cebe..056cfb6e9d 100755 --- a/tests/lcitool/refresh +++ b/tests/lcitool/refresh @@ -270,8 +270,8 @@ try: # # Ansible package lists # - generate_yaml("ubuntu", "ubuntu-2204", "aarch64") - generate_yaml("ubuntu", "ubuntu-2204", "s390x") + generate_yaml("ubuntu", "ubuntu-2404", "aarch64") + generate_yaml("ubuntu", "ubuntu-2404", "s390x") sys.exit(0) |