Skip to content

Commit 663793d

Browse files
committed
enable CLANGARM64 matrix
Max out job timeout
1 parent 0eda6fd commit 663793d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
{ msystem: UCRT64, runner: windows-2022 },
2121
{ msystem: CLANG64, runner: windows-2022 },
2222
{ msystem: CLANG32, runner: windows-2022 },
23-
# { msystem: CLANGARM64, runner: ['Windows', 'ARM64', 'CI'] }
23+
{ msystem: CLANGARM64, runner: ['Windows', 'ARM64', 'CI'] }
2424
]
25+
timeout-minutes: 4320
2526
name: ${{ matrix.msystem }}
2627
runs-on: ${{ matrix.runner }}
2728
steps:

0 commit comments

Comments
 (0)