We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf67245 commit 3ee3832Copy full SHA for 3ee3832
.github/workflows/opencv.yml
@@ -39,7 +39,7 @@ jobs:
39
(matrix.os == 'ubuntu.22.04') && 'ubuntu-22.04' ||
40
(matrix.os == 'ubuntu.24.04') && 'ubuntu-24.04' ||
41
(matrix.os == 'win' && matrix.arch == 'x64') && 'windows-2022' ||
42
- (matrix.os == 'osx' && matrix.arch == 'arm64') && 'macos-15'
+ (matrix.os == 'osx' && matrix.arch == 'arm64') && 'macos-14'
43
}}
44
45
strategy:
0 commit comments