[llvm] [libcxx] [libc++] Use GitHub-provided runners for the windows CI (PR #79326)

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 11:24:31 PST 2024


================
@@ -199,3 +199,44 @@ jobs:
             **/CMakeError.log
             **/CMakeOutput.log
             **/crash_diagnostics/*
+  windows:
----------------
ldionne wrote:

When we're ready to merge this, we should add `needs: [ stage1, stage2, stage3 ]` to only trigger the Windows CI if the other stages are happy.

https://github.com/llvm/llvm-project/pull/79326


More information about the llvm-commits mailing list