Update ci-testing.yml remove macos-latest (#1969)
Update ci-testing.yml
This commit is contained in:
parent
92c3bd7a4e
commit
0bbd0558ed
2
.github/workflows/ci-testing.yml
vendored
2
.github/workflows/ci-testing.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
os: [ ubuntu-latest, windows-latest ]
|
||||||
python-version: [ 3.9 ]
|
python-version: [ 3.9 ]
|
||||||
model: [ 'yolov3-tiny' ] # models to test
|
model: [ 'yolov3-tiny' ] # models to test
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user