Change CI to use Ubuntu 20.04

This commit is contained in:
Paul Romano 2021-04-20 09:41:35 -05:00
parent 7f7977091d
commit c605c33ea1

View file

@ -23,7 +23,7 @@ env:
jobs:
main:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]