Skip to content

Commit 4bf7ed8

Browse files
committed
add osx-x64 win-arm64
1 parent 2ade8ea commit 4bf7ed8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/opencv.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,16 @@ jobs:
4444
strategy:
4545
matrix:
4646
include:
47-
- { os: ubuntu.22.04, arch: x64, runs-on: ubuntu-22.04 }
47+
- { os: linux, arch: x64, runs-on: ubuntu-22.04 }
4848
- { os: ubuntu.24.04, arch: x64, runs-on: ubuntu-24.04 }
49-
- { os: ubuntu.22.04, arch: arm64, runs-on: ubuntu-22.04-arm }
49+
- { os: linux, arch: arm64, runs-on: ubuntu-22.04-arm }
5050
- { os: ubuntu.24.04, arch: arm64, runs-on: ubuntu-24.04-arm }
5151
- { os: win, arch: x64, runs-on: windows-2022 }
52+
- { os: win11, arch: x64, runs-on: windows-2025 }
53+
- { os: win, arch: arm64, runs-on: windows-11-arm }
54+
- { os: osx, arch: x64, runs-on: macos-13 }
5255
- { os: osx, arch: arm64, runs-on: macos-14 }
56+
- { os: osx.15, arch: arm64, runs-on: macos-15 }
5357

5458
steps:
5559
- name: Install Dependencies

0 commit comments

Comments
 (0)