From 6142492f06e86ba577ef0180a82f176c81f9342b Mon Sep 17 00:00:00 2001 From: Aaron Siddhartha Mondal Date: Sun, 29 Sep 2024 04:05:42 +0200 Subject: [PATCH] Enable Nativelink Cloud Cache workflow for macos-14 (#1374) --- .github/workflows/main.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index baf26063b..f2448dd7c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,10 +65,14 @@ jobs: --jobs=200 \ //... - nativelink-dot-com-cloud-cache-legacy-dockerfile-test: - runs-on: ubuntu-24.04 + nativelink-dot-com-cloud-cache-test: + strategy: + fail-fast: false + matrix: + os: [ubuntu-24.04, macos-14] + runs-on: ${{ matrix.os }} environment: production - name: NativeLink.com Cloud / Remote Cache (LRE) + name: NativeLink.com Cloud / Remote Cache / ${{ matrix.os }} env: NL_COM_API_KEY: ${{ secrets.NATIVELINK_COM_API_HEADER || '065f02f53f26a12331d5cfd00a778fb243bfb4e857b8fcd4c99273edfb15deae' }} steps: