Skip to content

Commit

Permalink
Add macos arm64 runner to actions workflow (#2155)
Browse files Browse the repository at this point in the history
Co-authored-by: hulk <hulk.website@gmail.com>
  • Loading branch information
PragmaTwice and git-hulk authored Mar 11, 2024
1 parent 2c07b16 commit 1f3913f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 1f3913f

Please sign in to comment.