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 793ed62 commit 36e4df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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 36e4df7

Please sign in to comment.