Skip to content

Commit 3ee3832

Browse files
committed
looks like macos-15 waste quite a lot of time finilizing
1 parent cf67245 commit 3ee3832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
(matrix.os == 'ubuntu.22.04') && 'ubuntu-22.04' ||
4040
(matrix.os == 'ubuntu.24.04') && 'ubuntu-24.04' ||
4141
(matrix.os == 'win' && matrix.arch == 'x64') && 'windows-2022' ||
42-
(matrix.os == 'osx' && matrix.arch == 'arm64') && 'macos-15'
42+
(matrix.os == 'osx' && matrix.arch == 'arm64') && 'macos-14'
4343
}}
4444

4545
strategy:

0 commit comments

Comments
 (0)