This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-ci-macos11 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 33b60d326e619a640fd4bd4020465b2b1f7b627e Author: Aleks Lozovyuk <[email protected]> AuthorDate: Mon May 20 21:59:50 2024 +0300 Update kvrocks.yaml Due to https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ we are change macos11 up to next, macos12 --- .github/workflows/kvrocks.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml index 1871f232..3a2311dc 100644 --- a/.github/workflows/kvrocks.yaml +++ b/.github/workflows/kvrocks.yaml @@ -111,21 +111,21 @@ jobs: matrix: include: - name: Darwin Clang - os: macos-11 + os: macos-12 compiler: auto - name: Darwin Clang arm64 os: macos-14 compiler: auto - name: Darwin Clang without Jemalloc - os: macos-11 + os: macos-12 compiler: auto without_jemalloc: -DDISABLE_JEMALLOC=ON - name: Darwin Clang with OpenSSL - os: macos-11 + os: macos-12 compiler: auto with_openssl: -DENABLE_OPENSSL=ON - name: Darwin Clang without luaJIT - os: macos-11 + os: macos-12 compiler: auto without_luajit: -DENABLE_LUAJIT=OFF - name: Ubuntu GCC
