Skip to content

Commit

Permalink
Use LLVM 18?
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Jan 8, 2025
1 parent 765fbb5 commit 5d99b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 5d99b5a

Please sign in to comment.