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 831080c commit 2745b43Copy full SHA for 2745b43
.github/workflows/OCV-PR-Windows.yaml
@@ -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