Skip to content

Commit

Permalink
upgrade to manylinux 2_28,
Browse files Browse the repository at this point in the history
node 20 is not able to run on manylinux 2014
  • Loading branch information
fbergmann committed Oct 7, 2024
1 parent 9e2c547 commit 3bb48e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
cpp_standard: [98, 20]
language_bindings:
["-DWITH_JAVA=True -DWITH_PYTHON=True -DWITH_CSHARP=True"]
container: ["quay.io/pypa/manylinux2014_x86_64"]
container: ["quay.io/pypa/manylinux_2_28_x86_64"]
runs-on: ${{ matrix.platform }}
container: ${{ matrix.container}}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/store-artefact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
cpp_standard: [98]
language_bindings:
["-DWITH_JAVA=True -DWITH_PYTHON=True -DWITH_CSHARP=True -DWITH_R=True"]
container: ["quay.io/pypa/manylinux2010_x86_64"]
container: ["quay.io/pypa/manylinux_2_28_x86_64"]
runs-on: ${{ matrix.platform }}
container: ${{ matrix.container}}

Expand Down Expand Up @@ -363,10 +363,10 @@ jobs:
run: |
echo "ARTIFACT_NAME_SUFFIX=all-packages" >> "${GITHUB_ENV}"
- name: Upload Manylinux2010 binary archive
- name: Upload Manylinux binary archive
uses: actions/upload-artifact@v4
with:
name:
Manylinux2010 nightly (zip, libSBML ${{env.LIBSBML_VERSION}},
Manylinux nightly (zip, libSBML ${{env.LIBSBML_VERSION}},
${{env.ARTIFACT_NAME_SUFFIX}})-${{ strategy.job-index }}
path: ../install

0 comments on commit 3bb48e0

Please sign in to comment.