This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch mac-arm64-ci
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/mac-arm64-ci by this push:
new 626001b5095 update
626001b5095 is described below
commit 626001b5095068d920ab8586aa89f48c6fc1d766
Author: HTHou <[email protected]>
AuthorDate: Tue Feb 6 15:20:36 2024 +0800
update
---
.github/workflows/client-cpp.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/client-cpp.yml b/.github/workflows/client-cpp.yml
index d7b98077c52..be0a6363b91 100644
--- a/.github/workflows/client-cpp.yml
+++ b/.github/workflows/client-cpp.yml
@@ -48,13 +48,13 @@ jobs:
shell: bash
run: sudo apt-get update && sudo apt-get install libboost-all-dev
- name: Install CPP Dependencies (Mac)`
- if: matrix.os == 'macos-latest'
+ if: matrix.os == 'macos-14'
shell: bash
run: |
brew install boost
brew install bison
- echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >>
~/.bash_profile
- source ~/.bash_profile && export LDFLAGS="-L/usr/local/opt/bison/lib"
+ echo 'export PATH="/opt/homebrew/opt/bison/bin:$PATH"' >>
~/.bash_profile
+ source ~/.bash_profile && export
LDFLAGS="-L/opt/homebrew/opt/bison/lib"
brew install openssl
- name: Cache Maven packages
uses: actions/cache@v3