ci: Use ubuntu-20.04 for singularity

This commit is contained in:
Edmund Miller 2021-02-02 16:26:24 -06:00
parent 8cd6e41df9
commit 983b024010
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -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 != '[]'