Skip to content

Commit

Permalink
- upgrade to 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Oct 7, 2024
1 parent 3891737 commit 9e2c547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/manylinux2010_x86_64"]
container: ["quay.io/pypa/manylinux2014_x86_64"]
runs-on: ${{ matrix.platform }}
container: ${{ matrix.container}}

Expand Down
2 changes: 1 addition & 1 deletion artefacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ The artefacts are built using [virtual machines provided by GitHub Actions](http
- Precompiled version of libSBML, built using the [libxml2](http://xmlsoft.org/) parser. Contains interfaces to C, C++, C# (Mono), Python, and R.
- Precompiled R package for libSBML.

## CentOS 6 ([ManyLinux2010](quay.io/pypa/manylinux2010_x86_64))
## CentOS 6 ([ManyLinux2014](quay.io/pypa/manylinux2014_x86_64))
- Precompiled version of libSBML, built using the [libxml2](http://xmlsoft.org/) parser. Contains interfaces to C, C++, C# (Mono), Python, and R.
- Precompiled R package for libSBML (as a separate artefact).

0 comments on commit 9e2c547

Please sign in to comment.