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 @@ -137,7 +137,7 @@ jobs:
137137 Release_rolling :
138138 if : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
139139 needs : [Build, Test]
140- runs-on : ubuntu-20 .04
140+ runs-on : ubuntu-22 .04
141141 environment : opencv-python-rolling-release
142142 defaults :
143143 run :
@@ -166,7 +166,7 @@ jobs:
166166 Pre-release :
167167 if : github.event_name == 'release' && github.event.release.prerelease
168168 needs : [Build, Test]
169- runs-on : ubuntu-20 .04
169+ runs-on : ubuntu-22 .04
170170 environment : test-opencv-python-release
171171 defaults :
172172 run :
@@ -183,7 +183,7 @@ jobs:
183183 Release :
184184 if : github.event_name == 'release' && !github.event.release.prerelease
185185 needs : [Build, Test]
186- runs-on : ubuntu-20 .04
186+ runs-on : ubuntu-22 .04
187187 environment : opencv-python-release
188188 defaults :
189189 run :
You can’t perform that action at this time.
0 commit comments