CI: fix pipeline using latest ubuntu (#13)
This commit is contained in:
Родитель
c8b45ded20
Коммит
9ade9cd361
|
@ -19,9 +19,9 @@ stages:
|
||||||
cancelTimeoutInMinutes: 5
|
cancelTimeoutInMinutes: 5
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
linux_python36:
|
linux_python38:
|
||||||
imageName: "ubuntu-16.04"
|
imageName: "ubuntu-latest"
|
||||||
python.version: "3.6"
|
python.version: "3.8"
|
||||||
WHEELS_PATH: "/dist/*.whl"
|
WHEELS_PATH: "/dist/*.whl"
|
||||||
# macos1015_python36:
|
# macos1015_python36:
|
||||||
# imageName: 'macOS-10.15'
|
# imageName: 'macOS-10.15'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче