Skip to content

Commit

Permalink
Enable CI for macOS LLVM 14 (rust-lang#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Jul 28, 2022
1 parent 4356a4e commit 1d9d047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/enzyme-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ jobs:
strategy:
fail-fast: false
matrix:
llvm: ["8", "9", "11", "12", "13"] #, "14"]
llvm: ["8", "9", "11", "12", "13", "14"]
build: ["Release", "Debug"] # "RelWithDebInfo"

timeout-minutes: 30
steps:
- name: add llvm
run: |
brew update
brew install llvm@${{ matrix.llvm }} autoconf make cmake gcc libtool
sudo python3 -m pip install --upgrade pip setuptools
sudo python3 -m pip install lit
Expand Down

0 comments on commit 1d9d047

Please sign in to comment.