From 7c34a5a4815fe06dfaff80f78e424fd7d1f85877 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 11 Jan 2024 07:32:58 +0100 Subject: [PATCH] try fixing the CI --- .github/workflows/build-majestic.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index fb05e20fc..8fb1edce3 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -10,8 +10,6 @@ jobs: linux-runtime: name: Runtime (Linux) runs-on: ubuntu-latest - container: - image: quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93 steps: - uses: actions/checkout@v3 @@ -25,7 +23,7 @@ jobs: make install - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@master with: name: libpgf-linux path: |