Skip to content

Commit f5bd8cb

Browse files
committed
change into one line
1 parent 3bcb652 commit f5bd8cb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/opencv.yml

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

4540
strategy:
4641
matrix:

0 commit comments

Comments
 (0)