File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 ctest . --output-on-failure
3838
3939 compilejobOSX :
40- runs-on : macos-14
40+ runs-on : macos-latest
4141 name : Binder_on_OSX
4242 steps :
4343 - name : Checkout
@@ -46,13 +46,13 @@ jobs:
4646 run : |
4747 set -x
4848 brew install wget coreutils xz pybind11 git
49- wget --no-verbose https://github.com/llvm/llvm-project/releases/download/llvmorg-11 .0.0/clang+llvm-11 .0.0-x86_64-apple-darwin.tar.xz
49+ wget --no-verbose https://github.com/llvm/llvm-project/releases/download/llvmorg-13 .0.0/clang+llvm-13 .0.0-x86_64-apple-darwin.tar.xz
5050 ls
51- tar -xJf clang+llvm-11 .0.0-x86_64-apple-darwin.tar.xz
52- export PATH=$PATH:clang+llvm-11 .0.0-x86_64-apple-darwin/bin
51+ tar -xJf clang+llvm-13 .0.0-x86_64-apple-darwin.tar.xz
52+ export PATH=$PATH:clang+llvm-13 .0.0-x86_64-apple-darwin/bin
5353 - name : Compile
5454 run : |
55- export PATH=$PATH:clang+llvm-11 .0.0-x86_64-apple-darwin/bin
55+ export PATH=$PATH:clang+llvm-13 .0.0-x86_64-apple-darwin/bin
5656 cmake CMakeLists.txt
5757 make
5858 make install
You can’t perform that action at this time.
0 commit comments