@@ -622,12 +622,12 @@ jobs:
622
622
- name : Create bindist
623
623
run : |
624
624
bash .github/scripts/brew.sh git coreutils llvm@13 autoconf automake tree
625
- export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$HOME/.brew/opt/llvm@11 /bin:$PATH"
626
- export CC="$HOME/.brew/opt/llvm@11 /bin/clang"
627
- export CXX="$HOME/.brew/opt/llvm@11 /bin/clang++"
625
+ export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$HOME/.brew/opt/llvm@13 /bin:$PATH"
626
+ export CC="$HOME/.brew/opt/llvm@13 /bin/clang"
627
+ export CXX="$HOME/.brew/opt/llvm@13 /bin/clang++"
628
628
export LD=ld
629
- export AR="$HOME/.brew/opt/llvm@11 /bin/llvm-ar"
630
- export RANLIB="$HOME/.brew/opt/llvm@11 /bin/llvm-ranlib"
629
+ export AR="$HOME/.brew/opt/llvm@13 /bin/llvm-ar"
630
+ export RANLIB="$HOME/.brew/opt/llvm@13 /bin/llvm-ranlib"
631
631
for bindist in out-*.tar ; do
632
632
tar xf "${bindist}"
633
633
done
@@ -872,13 +872,13 @@ jobs:
872
872
873
873
- name : Run test (mac)
874
874
run : |
875
- bash .github/scripts/brew.sh git coreutils llvm@11 autoconf automake tree
876
- export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$HOME/.brew/opt/llvm@11 /bin:$PATH"
877
- export CC="$HOME/.brew/opt/llvm@11 /bin/clang"
878
- export CXX="$HOME/.brew/opt/llvm@11 /bin/clang++"
875
+ bash .github/scripts/brew.sh git coreutils llvm@13 autoconf automake tree
876
+ export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$HOME/.brew/opt/llvm@13 /bin:$PATH"
877
+ export CC="$HOME/.brew/opt/llvm@13 /bin/clang"
878
+ export CXX="$HOME/.brew/opt/llvm@13 /bin/clang++"
879
879
export LD=ld
880
- export AR="$HOME/.brew/opt/llvm@11 /bin/llvm-ar"
881
- export RANLIB="$HOME/.brew/opt/llvm@11 /bin/llvm-ranlib"
880
+ export AR="$HOME/.brew/opt/llvm@13 /bin/llvm-ar"
881
+ export RANLIB="$HOME/.brew/opt/llvm@13 /bin/llvm-ranlib"
882
882
bash .github/scripts/test.sh
883
883
884
884
test-win :
0 commit comments