Skip to content

Commit 3b1dd94

Browse files
committed
try multiple line runs on
1 parent 6a9eff8 commit 3b1dd94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ env:
3535
3636
jobs:
3737
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' }}
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+
}}
3944

4045
strategy:
4146
matrix:

0 commit comments

Comments
 (0)