Commit 8880543
authored
Merge pull request opencv#632 from asenyaev/asen/fix_current_builds
Defined ffmpeg version for MacOS and Windows Server version in Github ActionsFile tree
Expand file treeCollapse file tree
3 files changed
+13
-31
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
3 files changed
+13
-31
lines changedOpen diff view settings
Collapse file
.github/workflows/build_wheels_macos.yml
Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_macos.yml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
55 | 55 | |
56 | 56 | |
57 | 57 | |
| 58 | + |
58 | 59 | |
59 | 60 | |
60 | 61 | |
|
Collapse file
.github/workflows/build_wheels_windows.yml
Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_windows.yml+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
56 | | - |
| 56 | + |
57 | 57 | |
58 | 58 | |
59 | 59 | |
| ||
86 | 86 | |
87 | 87 | |
88 | 88 | |
89 | | - |
| 89 | + |
90 | 90 | |
91 | 91 | |
92 | 92 | |
|
Collapse file
+9-28Lines changed: 9 additions & 28 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
| 53 | + |
54 | 54 | |
55 | 55 | |
56 | 56 | |
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
| 73 | + |
73 | 74 | |
74 | | - |
| 75 | + |
75 | 76 | |
76 | 77 | |
77 | 78 | |
| ||
111 | 112 | |
112 | 113 | |
113 | 114 | |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
120 | | - |
121 | 115 | |
122 | 116 | |
123 | | - |
124 | | - |
125 | | - |
126 | | - |
127 | | - |
128 | | - |
129 | | - |
130 | | - |
131 | | - |
132 | | - |
133 | | - |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
142 | 123 | |
143 | 124 | |
144 | 125 | |
|
0 commit comments