File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
Release_rolling :
138
138
if : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
139
139
needs : [Build, Test]
140
- runs-on : ubuntu-20 .04
140
+ runs-on : ubuntu-22 .04
141
141
environment : opencv-python-rolling-release
142
142
defaults :
143
143
run :
@@ -166,7 +166,7 @@ jobs:
166
166
Pre-release :
167
167
if : github.event_name == 'release' && github.event.release.prerelease
168
168
needs : [Build, Test]
169
- runs-on : ubuntu-20 .04
169
+ runs-on : ubuntu-22 .04
170
170
environment : test-opencv-python-release
171
171
defaults :
172
172
run :
@@ -183,7 +183,7 @@ jobs:
183
183
Release :
184
184
if : github.event_name == 'release' && !github.event.release.prerelease
185
185
needs : [Build, Test]
186
- runs-on : ubuntu-20 .04
186
+ runs-on : ubuntu-22 .04
187
187
environment : opencv-python-release
188
188
defaults :
189
189
run :
You can’t perform that action at this time.
0 commit comments