Skip to content

Commit

Permalink
drop xOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 16, 2020
1 parent 2b8fbda commit eafe85b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macOS-10.15] #, windows-2019
os: [ubuntu-18.04] #, macOS-10.15, windows-2019
python-version: [3.7, 3.8]
yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
exclude:
- python-version: 3.8
os: macOS-10.15

# Timeout: https://stackoverflow.com/a/59076067/4521646
timeout-minutes: 50
Expand Down

0 comments on commit eafe85b

Please sign in to comment.