ci: try installing LLVM 13 for macOS

This commit is contained in:
Tom McLaughlin 2024-07-22 18:02:21 -07:00
parent af86aadaad
commit 397d1a1fef

View File

@ -60,7 +60,10 @@ jobs:
if: runner.os == 'macOS'
run: |
brew update
# For postgres context tests/demo
brew install libpq postgresql
# For older GHCs
brew install llvm@13
- name: Install dependencies (Windows)
if: runner.os == 'Windows'