Jirka Borovec commited on
Commit
b4facca
·
unverified ·
1 Parent(s): 4500b49

Apply suggestions from code review

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +1 -1
.github/workflows/ci-testing.yml CHANGED
@@ -10,7 +10,7 @@ jobs:
10
  strategy:
11
  fail-fast: false
12
  matrix:
13
- os: [ubuntu-18.04] #, macOS-10.15, windows-2019
14
  python-version: [3.7, 3.8]
15
  yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
16
 
 
10
  strategy:
11
  fail-fast: false
12
  matrix:
13
+ os: [ubuntu-latest] #, macOS-10.15, windows-2019
14
  python-version: [3.7, 3.8]
15
  yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
16