Skip to content

Commit f98ce46

Browse files
committed
CI: Use ubuntu-20.04 for tests
1 parent c3020e2 commit f98ce46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ jobs:
9090
runs-on: ${{ matrix.os }}
9191
strategy:
9292
matrix:
93-
os: ['ubuntu-latest']
93+
os: ['ubuntu-20.04']
9494
python-version: [3.7, 3.8, 3.9, "3.10"]
9595
check: ['test']
9696
pip-flags: ['']
9797
depends: ['REQUIREMENTS']
9898
deb-depends: [false]
9999
nipype-extras: ['doc,tests,profiler']
100100
include:
101-
- os: ubuntu-latest
101+
- os: ubuntu-20.04
102102
python-version: 3.8
103103
check: test
104104
pip-flags: ''

0 commit comments

Comments
 (0)