From 0bbd0558ed842afe49472b5e3fe45e7483703584 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 3 Sep 2022 03:22:09 +0200 Subject: [PATCH] Update ci-testing.yml remove macos-latest (#1969) Update ci-testing.yml --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 80eab592..a7aa35c2 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, windows-latest ] python-version: [ 3.9 ] model: [ 'yolov3-tiny' ] # models to test