Skip to content

Commit a2a9ba8

Browse files
committed
Use windows-2019 instead of windows-2022 in the Clang build
Use windows-2019 instead of windows-2022 in the Clang build, because it fails on windows-2022. Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 64ffe37 commit a2a9ba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ jobs:
226226
level_zero_provider: ['ON']
227227
cuda_provider: ['ON']
228228
include:
229-
- os: 'windows-2022'
229+
- os: 'windows-2019'
230+
# clang build fails on Windows 2022
230231
build_type: Release
231232
compiler: {c: clang-cl, cxx: clang-cl}
232233
shared_library: 'ON'

0 commit comments

Comments
 (0)