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 9e45735

Browse filesBrowse files
authored
Merge pull request opencv#1055 from asmorkalov:as/macos13
Update Mac x86 to macos-13 as macos-12 is deprecated by Github actions and will be removed soon
2 parents 3f50d32 + b12aea1 commit 9e45735
Copy full SHA for 9e45735

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/build_wheels_macos.yml

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_macos.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
Build:
23-
runs-on: macos-12
23+
runs-on: macos-13
2424
defaults:
2525
run:
2626
shell: bash
@@ -98,7 +98,7 @@ jobs:
9898

9999
Test:
100100
needs: [Build]
101-
runs-on: macos-12
101+
runs-on: macos-13
102102
defaults:
103103
run:
104104
shell: bash

0 commit comments

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