Skip to content

Commit

Permalink
Trying to fix assets.yml jobs: updated SWIG_VERSION to an AlmaLinux 8…
Browse files Browse the repository at this point in the history
… one.
  • Loading branch information
rturrado committed Dec 15, 2023
1 parent 392791b commit 785cfce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux${{ matrix.manylinux }}_x86_64:latest
env:
SWIG_VERSION: '4.0.2-8.el9'
SWIG_VERSION: '4.1.1-1.module_el8.8.0+3488+86d650f8'
strategy:
matrix:
manylinux:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- "Linux"
container: quay.io/pypa/manylinux${{ matrix.manylinux }}_aarch64:latest
env:
SWIG_VERSION: '4.0.2-8.el9'
SWIG_VERSION: '4.1.1-1.module_el8.8.0+3488+86d650f8'
strategy:
matrix:
manylinux:
Expand Down

0 comments on commit 785cfce

Please sign in to comment.