diff --git a/.github/workflows/apple-silicon.yml b/.github/workflows/apple-silicon.yml index 82b6ce7..7389fd9 100644 --- a/.github/workflows/apple-silicon.yml +++ b/.github/workflows/apple-silicon.yml @@ -27,18 +27,18 @@ jobs: - name: Install Dependencies run: | brew update - brew install llvm + brew install llvm@18 brew install lit - name: Build HelloWorld run: | cd HelloWorld mkdir build && cd build - cmake -DLT_LLVM_INSTALL_DIR="/opt/homebrew/opt/llvm/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../ + cmake -DLT_LLVM_INSTALL_DIR="/opt/homebrew/opt/llvm@18/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../ make -j2 - name: Build llvm-tutor + run tests run: | cd $GITHUB_WORKSPACE mkdir build && cd build - cmake -DLT_LLVM_INSTALL_DIR="/opt/homebrew/opt/llvm/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../ + cmake -DLT_LLVM_INSTALL_DIR="/opt/homebrew/opt/llvm@18/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../ make -j2 lit test/