Skip to content

Commit 9ee20ee

Browse files
committed
MacOSX LLVM woes
1 parent 17dcf28 commit 9ee20ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: |
24-
brew install llvm@9
24+
brew install llvm@11
2525
python -m pip install --upgrade pip
26-
LLVM_CONFIG=/usr/local/Cellar/llvm@9/9.0.1_2/bin/llvm-config pip install llvmlite
26+
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
2727
- name: Install Mathics
2828
run: |
2929
make develop

0 commit comments

Comments
 (0)