From 410c61b1afa2007487994e2f1eb277a449ae1127 Mon Sep 17 00:00:00 2001 From: Leandro Ishi Date: Mon, 27 Nov 2023 16:07:28 +0000 Subject: [PATCH] ci: updating singularity version from 3.6.4 to 3.7.1 To fix error: Testing (ubuntu-latest, 3.11) Unable to build Singularity binary for 3.6.4. Only support versions >=3.7.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1163959..8caeda1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: - uses: eWaterCycle/setup-singularity@v7 with: - singularity-version: 3.6.4 + singularity-version: 3.7.1 - name: Install shell: bash -el {0}