From b05850041f01a6cb6a516185786176a0967c162f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 20 Jan 2025 17:55:50 +0100 Subject: [PATCH] DNM: github/workflows: Try with --security-opt=seccomp=unconfined --- .github/workflows/rpm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index 881411df..5ab8589b 100644 --- a/.github/workflows/rpm.yml +++ b/.github/workflows/rpm.yml @@ -18,10 +18,10 @@ concurrency: jobs: test-rpm-build: name: "Build (Fedora)" - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest container: image: registry.fedoraproject.org/fedora:latest - options: --privileged + options: --privileged --security-opt=seccomp=unconfined steps: # need to install git before checkout to get a git repo - name: Install packages