Skip to content

Commit 0d3edf0

Browse files
authored
Merge branch 'unstable' into minor-fix-flacky
2 parents 74bb2c9 + 5c30828 commit 0d3edf0

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

.github/workflows/kvrocks.yaml

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,24 +109,37 @@ jobs:
109109
fail-fast: false
110110
matrix:
111111
include:
112-
- name: Darwin Clang
113-
os: macos-13
114-
compiler: auto
115112
- name: Darwin Clang arm64
116113
os: macos-14
117114
compiler: auto
118-
- name: Darwin Clang without Jemalloc
119-
os: macos-13
115+
- name: Darwin Clang arm64 without Jemalloc
116+
os: macos-14
120117
compiler: auto
121118
without_jemalloc: -DDISABLE_JEMALLOC=ON
122-
- name: Darwin Clang with OpenSSL
123-
os: macos-13
119+
- name: Darwin Clang arm64 with OpenSSL
120+
os: macos-14
124121
compiler: auto
125122
with_openssl: -DENABLE_OPENSSL=ON
126-
- name: Darwin Clang without luaJIT
127-
os: macos-13
123+
- name: Darwin Clang arm64 without luaJIT
124+
os: macos-14
128125
compiler: auto
129126
without_luajit: -DENABLE_LUAJIT=OFF
127+
# FIXME: temporarily disable macos-13 build, refer to #2874
128+
# - name: Darwin Clang
129+
# os: macos-13
130+
# compiler: auto
131+
# - name: Darwin Clang without Jemalloc
132+
# os: macos-13
133+
# compiler: auto
134+
# without_jemalloc: -DDISABLE_JEMALLOC=ON
135+
# - name: Darwin Clang with OpenSSL
136+
# os: macos-13
137+
# compiler: auto
138+
# with_openssl: -DENABLE_OPENSSL=ON
139+
# - name: Darwin Clang without luaJIT
140+
# os: macos-13
141+
# compiler: auto
142+
# without_luajit: -DENABLE_LUAJIT=OFF
130143
- name: Ubuntu GCC
131144
os: ubuntu-22.04
132145
compiler: gcc

0 commit comments

Comments
 (0)