Skip to content

Commit 2745b43

Browse files
authored
Disable Windows on ARM CI for now. (opencv#272)
1 parent 831080c commit 2745b43

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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)