We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9eff8 commit 3b1dd94Copy full SHA for 3b1dd94
.github/workflows/opencv.yml
@@ -35,7 +35,12 @@ env:
35
36
jobs:
37
build:
38
- 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' }}
+ 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
+ }}
44
45
strategy:
46
matrix:
0 commit comments