This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 1f3913f7 Add macos arm64 runner to actions workflow (#2155)
1f3913f7 is described below
commit 1f3913f7942e370581a6c7ca7f9c99cdb7f58479
Author: Twice <[email protected]>
AuthorDate: Mon Mar 11 22:18:54 2024 +0900
Add macos arm64 runner to actions workflow (#2155)
Co-authored-by: hulk <[email protected]>
---
.github/workflows/kvrocks.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 45d1916a..17a4d10b 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -113,6 +113,9 @@ jobs:
- name: Darwin Clang
os: macos-11
compiler: auto
+ - name: Darwin Clang arm64
+ os: macos-14
+ compiler: auto
- name: Darwin Clang without Jemalloc
os: macos-11
compiler: auto
@@ -219,7 +222,7 @@ jobs:
with:
path: |
~/local/bin/redis-cli
- key: ${{ runner.os }}-redis-cli
+ key: ${{ runner.os }}-${{ runner.arch }}-redis-cli
- name: Install redis
if: steps.cache-redis.outputs.cache-hit != 'true'
run: |