From 5d99b5a721e575e17a46f3a3d0d0ad7bd9ab2e06 Mon Sep 17 00:00:00 2001 From: gomkyung2 Date: Wed, 8 Jan 2025 16:54:48 +0900 Subject: [PATCH] Use LLVM 18? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3bc437..e6daafe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: - name: Install build dependencies (macOS) if: ${{ matrix.os == 'macos-latest' }} - run: brew install llvm ninja autoconf automake libtool nasm + run: brew install llvm@18 ninja autoconf automake libtool nasm - name: Install build dependencies (ubuntu-24.04) if: ${{ matrix.os == 'ubuntu-24.04' }}