Update Build Script
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -26,8 +26,8 @@ jobs:
|
||||
# os & python versions
|
||||
strategy:
|
||||
matrix:
|
||||
os-name: [ ubuntu-latest, ubuntu-16.04, macOS-latest, windows-latest ]
|
||||
python-version: [ 3.7 ]
|
||||
os-name: [ ubuntu-latest, ubuntu-18.04, macOS-latest, windows-latest ]
|
||||
python-version: [ 3.8 ]
|
||||
# needs: [ install-test ]
|
||||
steps:
|
||||
# checkout commit
|
||||
@@ -88,8 +88,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# install/release on not xenial
|
||||
os-name: [ ubuntu-latest, macOS-latest, windows-latest ]
|
||||
python-version: [ 3.7 ]
|
||||
os-name: [ ubuntu-latest, ubuntu-18.04, macOS-latest, windows-latest ]
|
||||
python-version: [ 3.8 ]
|
||||
|
||||
needs: [ install-build ]
|
||||
steps:
|
||||
@@ -150,9 +150,9 @@ jobs:
|
||||
# os & python versions
|
||||
strategy:
|
||||
matrix:
|
||||
# release only on bionic
|
||||
# release only on focal/bionic
|
||||
os-name: [ ubuntu-latest ]
|
||||
python-version: [ 3.7 ]
|
||||
python-version: [ 3.8 ]
|
||||
|
||||
needs: [ install-prepare-release ]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user