From eafe85b1d7c95aafbe384cc6857c5564a1ed6cff Mon Sep 17 00:00:00 2001 From: Jirka <jirka.borovec@seznam.cz> Date: Thu, 16 Jul 2020 14:03:06 +0200 Subject: [PATCH] drop xOS --- .github/workflows/ci-testing.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 35f86d89a..98e228a99 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -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