Skip to content

Commit 937f419

Browse files
authored
Merge pull request #1723 from kbenzie/benie/gha-tmp-disable-windows-2022-release
[GHA] Temporarily disable testing on windows-2022
2 parents 1152cde + 7347871 commit 937f419

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ jobs:
231231
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
232232
- adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
233233
compiler: {c: clang-cl, cxx: clang-cl}
234+
# TODO: testing is flaky on windows-2022 in Release mode
235+
- os: 'windows-2022'
236+
build_type: Release
234237

235238
build_type: [Debug, Release]
236239
compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]

0 commit comments

Comments
 (0)