mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
ci: Use ubuntu-20.04 for singularity
This commit is contained in:
parent
8cd6e41df9
commit
983b024010
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
filters: '.github/filters.yml'
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
name: CI Test
|
||||
needs: changes
|
||||
if: needs.changes.outputs.modules != '[]'
|
||||
|
|
Loading…
Reference in a new issue