Skip to content

Commit 3546681

Browse files
committed
Use Ubuntu 20.04 runner for tests
GitHub has deprecated 18.04, so we can't continue running tests on that old distribution. Unfortunately, we can't switch to the latest 22.04 since GitHub doesn't package anything older than Python 3.7 for that runner. And unfortunately the oldest version in 20.04 is Python 3.5, so we have to remove the test runs for Python 3.4.
1 parent e28b7c8 commit 3546681

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
1010
python-version:
11-
- 3.4
1211
- 3.5
1312
- 3.6
1413
- 3.7

0 commit comments

Comments
 (0)