File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
Release_rolling :
143
143
if : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
144
144
needs : [Build, Test]
145
- runs-on : ubuntu-20 .04
145
+ runs-on : ubuntu-22 .04
146
146
environment : opencv-python-rolling-release
147
147
defaults :
148
148
run :
@@ -172,7 +172,7 @@ jobs:
172
172
Pre-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 : test-opencv-python-release
177
177
defaults :
178
178
run :
@@ -190,7 +190,7 @@ jobs:
190
190
Release :
191
191
if : github.event_name == 'release' && !github.event.release.prerelease
192
192
needs : [Build, Test]
193
- runs-on : ubuntu-20 .04
193
+ runs-on : ubuntu-22 .04
194
194
environment : opencv-python-release
195
195
defaults :
196
196
run :
You can’t perform that action at this time.
0 commit comments