Skip to content

Commit 1d9d047

Browse files
authored
Enable CI for macOS LLVM 14 (rust-lang#711)
1 parent 4356a4e commit 1d9d047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/enzyme-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
llvm: ["8", "9", "11", "12", "13"] #, "14"]
63+
llvm: ["8", "9", "11", "12", "13", "14"]
6464
build: ["Release", "Debug"] # "RelWithDebInfo"
6565

6666
timeout-minutes: 30
6767
steps:
6868
- name: add llvm
6969
run: |
70+
brew update
7071
brew install llvm@${{ matrix.llvm }} autoconf make cmake gcc libtool
7172
sudo python3 -m pip install --upgrade pip setuptools
7273
sudo python3 -m pip install lit

0 commit comments

Comments
 (0)