We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcb652 commit f5bd8cbCopy full SHA for f5bd8cb
.github/workflows/opencv.yml
@@ -35,12 +35,7 @@ env:
35
36
jobs:
37
build:
38
- runs-on: ${{
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'
43
- }}
+ runs-on: ${{ (matrix.os == 'ubuntu.22.04') && 'ubuntu-22.04' || (matrix.os == 'ubuntu.24.04') && 'ubuntu-24.04' || (matrix.os == 'win' && matrix.arch == 'x64') && 'windows-2022' || (matrix.os == 'osx' && matrix.arch == 'arm64') && 'macos-15' }}
44
45
strategy:
46
matrix:
0 commit comments