Skip to content

Commit 6de7f6c

Browse files
committed
CI: Try older Ubuntu
1 parent 502517e commit 6de7f6c

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
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
29-
os: ['ubuntu-latest']
29+
os: ['ubuntu-18.04']
3030
python-version: [3.7]
3131
check: ['test']
3232
pip-flags: ['']
@@ -35,7 +35,7 @@ jobs:
3535
nipype-extras: ['doc,tests,profiler']
3636
optional-depends: ['DEFAULT_OPT_DEPENDS']
3737
include:
38-
- os: ubuntu-latest
38+
- os: ubuntu-18.04
3939
python-version: 3.8
4040
check: test
4141
pip-flags: ''

0 commit comments

Comments
 (0)