Add ubuntu-latest

This commit is contained in:
Dmitri Bogomolov 2021-08-03 16:15:50 +03:00
parent c687e45da7
commit 568b8b493b
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-18.04, macos-latest] os: [ubuntu-18.04, ubuntu-latest, macos-latest]
python-version: [2.7, 3.8] python-version: [2.7, 3.8]
include: include:
- os: ubuntu-18.04 - os: ubuntu-18.04