Skip to content

Commit

Permalink
yet another attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jan 11, 2024
1 parent eea4dbb commit 42755f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-majestic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,7 +22,7 @@ jobs:
autoreconf -i
./configure
make
sudo make install
make install
- name: Upload artifact
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 42755f0

Please sign in to comment.