From 9ed608a017609f9db13cac10554eb20b7639a8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 27 Jan 2025 15:26:49 +0100 Subject: [PATCH] rust/rpm-test: Run on Ubuntu 22.04 for now Builds are failing on Ubuntu 24.04 due to a bug in mock/usermode [1]. Revert back to Ubuntu 22.04 for now, likely until we move to Packit for building test RPMs. [1] https://github.com/coreos/afterburn/issues/1156 See: https://github.com/coreos/coreos-installer/issues/1589 See: https://github.com/coreos/afterburn/issues/1156 --- rust/rpm-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/rpm-test.yml b/rust/rpm-test.yml index b2421d5..fa418c3 100644 --- a/rust/rpm-test.yml +++ b/rust/rpm-test.yml @@ -18,7 +18,7 @@ concurrency: jobs: test-rpm-build: name: "Build (Fedora)" - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 container: image: registry.fedoraproject.org/fedora:latest options: --privileged