Skip to content

Commit 79bdb3b

Browse files
committed
CI: Try older Ubuntu
1 parent 502517e commit 79bdb3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 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: ''
@@ -71,7 +71,7 @@ jobs:
7171
echo "ARCHIVE=$ARCHIVE" >> $GITHUB_ENV
7272
- name: Install Debian dependencies
7373
run: tools/ci/install_deb_dependencies.sh
74-
if: ${{ matrix.os == 'ubuntu-latest' }}
74+
if: ${{ matrix.os == 'ubuntu-18.04' }}
7575
- name: Install dependencies
7676
run: tools/ci/install_dependencies.sh
7777
- name: Install Nipype

0 commit comments

Comments
 (0)