Skip to content

Commit a1090cd

Browse files
committed
Run Github actions on older Ubuntu
This way we have easy access to older pythons
1 parent 5aaeae9 commit a1090cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-18.04
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python 3.8
@@ -21,7 +21,7 @@ jobs:
2121
run: flake8
2222

2323
test:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-18.04
2525
continue-on-error: ${{ matrix.experimental }}
2626
strategy:
2727
fail-fast: false

0 commit comments

Comments
 (0)