File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 20
20
21
21
jobs :
22
22
Build :
23
- runs-on : ubuntu-20 .04
23
+ runs-on : ubuntu-22 .04
24
24
defaults :
25
25
run :
26
26
shell : bash
77
77
78
78
Test :
79
79
needs : [Build]
80
- runs-on : ubuntu-20 .04
80
+ runs-on : ubuntu-22 .04
81
81
defaults :
82
82
run :
83
83
shell : bash
@@ -116,7 +116,7 @@ jobs:
116
116
run : source scripts/install.sh
117
117
118
118
Build_sdist :
119
- runs-on : ubuntu-20 .04
119
+ runs-on : ubuntu-22 .04
120
120
defaults :
121
121
run :
122
122
shell : bash
@@ -185,7 +185,7 @@ jobs:
185
185
Release_rolling :
186
186
if : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
187
187
needs : [Build, Test]
188
- runs-on : ubuntu-20 .04
188
+ runs-on : ubuntu-22 .04
189
189
environment : opencv-python-rolling-release
190
190
defaults :
191
191
run :
@@ -215,7 +215,7 @@ jobs:
215
215
Pre-release :
216
216
if : github.event_name == 'release' && github.event.release.prerelease
217
217
needs : [Build, Build_sdist, Test]
218
- runs-on : ubuntu-20 .04
218
+ runs-on : ubuntu-22 .04
219
219
environment : test-opencv-python-release
220
220
defaults :
221
221
run :
@@ -233,7 +233,7 @@ jobs:
233
233
Release :
234
234
if : github.event_name == 'release' && !github.event.release.prerelease
235
235
needs : [Build, Build_sdist, Test]
236
- runs-on : ubuntu-20 .04
236
+ runs-on : ubuntu-22 .04
237
237
environment : opencv-python-release
238
238
defaults :
239
239
run :
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
Release_rolling :
121
121
if : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
122
122
needs : [Build, Test]
123
- runs-on : ubuntu-20 .04
123
+ runs-on : ubuntu-22 .04
124
124
environment : opencv-python-rolling-release
125
125
defaults :
126
126
run :
@@ -150,7 +150,7 @@ jobs:
150
150
Pre-release :
151
151
if : github.event_name == 'release' && github.event.release.prerelease
152
152
needs : [Build, Test]
153
- runs-on : ubuntu-20 .04
153
+ runs-on : ubuntu-22 .04
154
154
environment : test-opencv-python-release
155
155
defaults :
156
156
run :
@@ -168,7 +168,7 @@ jobs:
168
168
Release :
169
169
if : github.event_name == 'release' && !github.event.release.prerelease
170
170
needs : [Build, Test]
171
- runs-on : ubuntu-20 .04
171
+ runs-on : ubuntu-22 .04
172
172
environment : opencv-python-release
173
173
defaults :
174
174
run :
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
Release_rolling :
159
159
if : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
160
160
needs : [Build, Test]
161
- runs-on : ubuntu-20 .04
161
+ runs-on : ubuntu-22 .04
162
162
environment : opencv-python-rolling-release
163
163
defaults :
164
164
run :
@@ -188,7 +188,7 @@ jobs:
188
188
Pre-release :
189
189
if : github.event_name == 'release' && github.event.release.prerelease
190
190
needs : [Build, Test]
191
- runs-on : ubuntu-20 .04
191
+ runs-on : ubuntu-22 .04
192
192
environment : test-opencv-python-release
193
193
defaults :
194
194
run :
@@ -206,7 +206,7 @@ jobs:
206
206
Release :
207
207
if : github.event_name == 'release' && !github.event.release.prerelease
208
208
needs : [Build, Test]
209
- runs-on : ubuntu-20 .04
209
+ runs-on : ubuntu-22 .04
210
210
environment : opencv-python-release
211
211
defaults :
212
212
run :
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
Release_rolling :
125
125
if : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
126
126
needs : [Build, Test]
127
- runs-on : ubuntu-20 .04
127
+ runs-on : ubuntu-22 .04
128
128
environment : opencv-python-rolling-release
129
129
defaults :
130
130
run :
@@ -154,7 +154,7 @@ jobs:
154
154
Pre-release :
155
155
if : github.event_name == 'release' && github.event.release.prerelease
156
156
needs : [Build, Test]
157
- runs-on : ubuntu-20 .04
157
+ runs-on : ubuntu-22 .04
158
158
environment : test-opencv-python-release
159
159
defaults :
160
160
run :
@@ -172,7 +172,7 @@ jobs:
172
172
Release :
173
173
if : github.event_name == 'release' && !github.event.release.prerelease
174
174
needs : [Build, Test]
175
- runs-on : ubuntu-20 .04
175
+ runs-on : ubuntu-22 .04
176
176
environment : opencv-python-release
177
177
defaults :
178
178
run :
You can’t perform that action at this time.
0 commit comments