Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 24e5192

Browse filesBrowse files
authored
Update build_wheels_windows.yml
1 parent 3f50ff6 commit 24e5192
Copy full SHA for 24e5192

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎.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 numberDiff line numberDiff 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:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.