[llvm] [libc][workflow] improve ci coverage with windows-2025 and arm ubuntu (PR #123745)

Schrodinger ZHU Yifan via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 03:50:23 PST 2025


================
@@ -11,12 +11,18 @@ on:
 
 jobs:
   build:
-    runs-on: ubuntu-24.04
+    runs-on: ${{ matrix.os }}
     strategy:
       fail-fast: false
       matrix:
         include:
-          - c_compiler: clang
+          - os: ubuntu-24.04
+            ccache-variant: sccache
----------------
SchrodingerZhu wrote:

Addressed

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


More information about the llvm-commits mailing list