Skip to content

Commit 1ae0edf

Browse files
committed
ci: drop 'timeout' wrapper from workspace step (absent on macOS; job timeout-minutes bounds it)
1 parent fcd9f69 commit 1ae0edf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ jobs:
168168
MCPP_INDEX_MIRROR: GLOBAL
169169
run: |
170170
"$MCPP" --version
171-
timeout 2400 "$MCPP" test --workspace
171+
# No `timeout` wrapper: absent on macOS runners; job-level timeout-minutes bounds it.
172+
"$MCPP" test --workspace
172173
173174
# ── Exception: the public `imgui` C++23-module package (namespace "") ──
174175
# Not yet a workspace member: its package has an empty namespace (the builtin

0 commit comments

Comments
 (0)