Skip to content

Commit c756bcb

Browse files
authored
added opencv#273
1 parent 2938081 commit c756bcb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/OCV-PR-Windows.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
# NOTE: Debugging
4949
# fail-fast: true
5050
fail-fast: false
51-
max-parallel: 2
51+
max-parallel: 3
5252
matrix:
53-
arch: [ x86, x64 ] # , arm64
53+
arch: [ x86, x64, arm64 ]
5454
config: [ base ]
5555
include:
5656
- arch: x86
@@ -63,12 +63,12 @@ jobs:
6363
runner: opencv-cn-win
6464
vs: 'Visual Studio 16 2019'
6565
cmake_arch: x64
66-
# - arch: arm64
67-
# config: base
68-
# runner: windows-11-arm
69-
# vs: 'Visual Studio 17 2022'
70-
# cmake_arch: ARM64
71-
# no_opencl: true
66+
- arch: arm64
67+
config: base
68+
runner: windows-11-arm
69+
vs: 'Visual Studio 17 2022'
70+
cmake_arch: ARM64
71+
no_opencl: true
7272

7373
branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}}
7474
defaults:

0 commit comments

Comments
 (0)