Use Ubuntu 18.04 for tests
We want to test on Python 3.4, which requires us to use an older Ubuntu image for tests.
This commit is contained in:
@@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
|
||||
Reference in New Issue
Block a user