Skip to content

Commit 1669c74

Browse files
glenn-jocherClay Januhowski
authored andcommitted
Temporarily remove macos-latest from CI (ultralytics#9049)
* Temporarily remove macos-latest from CI macos-latest causing many failed CI runs that resolve after manually re-running 2 or 3 times. I don't know what the cause is. Will replace at a later date. Signed-off-by: Glenn Jocher <[email protected]> * Update ci-testing.yml Signed-off-by: Glenn Jocher <[email protected]> Signed-off-by: Glenn Jocher <[email protected]>
1 parent 8c2ff0d commit 1669c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
os: [ ubuntu-latest, macos-latest, windows-latest ]
50+
os: [ ubuntu-latest, windows-latest ] # macos-latest bug https://github.com/ultralytics/yolov5/pull/9049
5151
python-version: [ '3.10' ]
5252
model: [ yolov5n ]
5353
include:

0 commit comments

Comments
 (0)