From: Fredrik Roubert Date: Fri, 16 Dec 2022 08:21:24 +0000 (+0900) Subject: ICU-22233 Use separate Bazel cache keys per OS. X-Git-Tag: cldr/2023-02-02~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcac8ac4c1c450b291276e6c84b29f8b5844cf48;p=icu ICU-22233 Use separate Bazel cache keys per OS. --- diff --git a/.github/workflows/icu_ci.yml b/.github/workflows/icu_ci.yml index dd3222d821e..e5b002a4fd8 100644 --- a/.github/workflows/icu_ci.yml +++ b/.github/workflows/icu_ci.yml @@ -486,7 +486,7 @@ jobs: # Build Unicode update tools unicode-update-tools: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: bazelbuild/setup-bazelisk@v1 @@ -494,7 +494,7 @@ jobs: uses: actions/cache@v2 with: path: "~/.cache/bazel" - key: bazel + key: ${{ runner.os }}-bazel - name: Generate the data run: |