Skip to content

Commit

Permalink
Actions testing uses compatible Apptainer version for ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-watson committed Jan 6, 2025
1 parent c067344 commit d99f712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
shard: [1, 2, 3, 4]
Expand All @@ -19,10 +19,10 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Set up Apptainer 1.3.0
- name: Set up Apptainer 1.3.6
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.0
apptainer-version: 1.3.6


- name: Setup Nextflow 24.10.1
Expand Down

0 comments on commit d99f712

Please sign in to comment.