Update build matrix

Ubuntu 16.04 is now deprecated. Remove it and add ubuntu-latest.
This commit is contained in:
Hans-Erik Floryd 2021-10-25 11:53:02 +02:00
parent 6f04be13c9
commit e6f04db1b4
1 changed files with 1 additions and 1 deletions

View File

@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- ubuntu-18.04
- ubuntu-16.04
- macos-latest
- windows-latest
steps: