Skip to content

Commit

Permalink
checking if testing issues related to ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-watson committed Jan 6, 2025
1 parent a1082a2 commit c067344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-latest
runs-on: ubuntu-22.04
strategy:
matrix:
shard: [1, 2, 3, 4]
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Setup Nextflow 24.10.1
uses: nf-core/setup-nextflow@v1
with:
version: "24.10.1"
version: "24.10.3"

- name: Install nf-test
run: |
Expand Down

0 comments on commit c067344

Please sign in to comment.