Skip to content

Commit 4194192

Browse files
authored
[libc++] Run macOS jobs after the Stage 2 CI (llvm#141816)
Our CI is currently having major difficulties, which causes the Stage 3 CI to basically never succeed. As a result, our macOS CI jobs have not been running recently. This patch gates the macOS CI jobs on Stage 2 instead of Stage 3 so that they actually run sometimes.
1 parent 475a8a4 commit 4194192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
**/crash_diagnostics/*
185185
186186
macos:
187-
needs: [ stage3 ]
187+
needs: [ stage2 ]
188188
strategy:
189189
fail-fast: false
190190
matrix:

0 commit comments

Comments
 (0)