Skip to content

Commit

Permalink
CI: Roll unittests runner back to Ubuntu 20.04 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Dec 6, 2022
1 parent f7d9095 commit 759e10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-linux:
if: "!contains(github.event.head_commit.message, '[skip ci]' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'nipreps/sdcflows'))"
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
TEST_DATA_HOME: /home/runner/sdcflows-tests
FSLDIR: /usr/share/fsl/5.0
Expand Down

0 comments on commit 759e10e

Please sign in to comment.