Skip to content

Commit

Permalink
ci: Switch back to Singularity 3.11.5 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Mar 4, 2024
1 parent 97f9153 commit 793ed62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: docker
runs-on: ubuntu-latest
container:
image: quay.io/singularity/singularity:v4.1.0
image: quay.io/singularity/singularity:v3.11.5
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
needs: docker
runs-on: ubuntu-latest
container:
image: quay.io/singularity/singularity:v4.1.0
image: quay.io/singularity/singularity:v3.11.5
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 793ed62

Please sign in to comment.