Skip to content

Commit

Permalink
Enable Nativelink Cloud Cache workflow for macos-14 (TraceMachina#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal authored Sep 29, 2024
1 parent 73dbf59 commit 6142492
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6142492

Please sign in to comment.