Skip to content

Commit 2ade8ea

Browse files
committed
fix runs-on
1 parent bd3af25 commit 2ade8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run:
4040
shell: bash
4141

42-
runs-on: matrix.runs-on
42+
runs-on: ${{ matrix.runs-on }}
4343

4444
strategy:
4545
matrix:

0 commit comments

Comments
 (0)