We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2938081 commit c756bcbCopy full SHA for c756bcb
.github/workflows/OCV-PR-Windows.yaml
@@ -48,9 +48,9 @@ jobs:
48
# NOTE: Debugging
49
# fail-fast: true
50
fail-fast: false
51
- max-parallel: 2
+ max-parallel: 3
52
matrix:
53
- arch: [ x86, x64 ] # , arm64
+ arch: [ x86, x64, arm64 ]
54
config: [ base ]
55
include:
56
- arch: x86
@@ -63,12 +63,12 @@ jobs:
63
runner: opencv-cn-win
64
vs: 'Visual Studio 16 2019'
65
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
+ - arch: arm64
+ config: base
+ runner: windows-11-arm
+ vs: 'Visual Studio 17 2022'
+ cmake_arch: ARM64
+ no_opencl: true
72
73
branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}}
74
defaults:
0 commit comments