Skip to content

Commit

Permalink
latest no more devtoolset-10
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Apr 7, 2023
1 parent d5de5a2 commit 2f8b758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build pip wheel
runs-on: ubuntu-latest
# cf. https://github.com/GUDHI/gudhi-deploy/blob/main/Dockerfile_for_pip
container: gudhi/pip_for_gudhi:devtoolset-10
container: gudhi/pip_for_gudhi:latest
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-packaging-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: build pip wheel
runs-on: ubuntu-latest
# cf. https://github.com/GUDHI/gudhi-deploy/blob/main/Dockerfile_for_pip
container: gudhi/pip_for_gudhi:devtoolset-10
container: gudhi/pip_for_gudhi:latest
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2f8b758

Please sign in to comment.