From 42755f0ce853ffdd0ae96c679766d2c61f2e0d3f Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 11 Jan 2024 07:52:36 +0100 Subject: [PATCH] yet another attempt to fix CI --- .github/workflows/build-majestic.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 9aadc0a6c..e63ca4932 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -9,7 +9,9 @@ jobs: linux-runtime: name: Runtime (Linux) - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest + container: + image: quay.io/pypa/manylinux2014_x86_64:2024-01-08-eb135ed steps: - uses: actions/checkout@v3 @@ -20,7 +22,7 @@ jobs: autoreconf -i ./configure make - sudo make install + make install - name: Upload artifact uses: actions/upload-artifact@master