Skip to content

Commit

Permalink
CI: Use ubuntu-20.04 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 27, 2022
1 parent c3020e2 commit f98ce46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest']
os: ['ubuntu-20.04']
python-version: [3.7, 3.8, 3.9, "3.10"]
check: ['test']
pip-flags: ['']
depends: ['REQUIREMENTS']
deb-depends: [false]
nipype-extras: ['doc,tests,profiler']
include:
- os: ubuntu-latest
- os: ubuntu-20.04
python-version: 3.8
check: test
pip-flags: ''
Expand Down

0 comments on commit f98ce46

Please sign in to comment.