Skip to content

Commit

Permalink
Try LLVM 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoukpaizan committed Dec 26, 2024
1 parent 6824032 commit 443c18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spack_default_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ jobs:
matrix:
# Minimal Build(s) - GHCR mirror speeds these up a lot!
spack_spec:
- gridkit@develop +enzyme ^ llvm@19
- gridkit@develop +enzyme ^ llvm@18

name: Build gridkit with Spack
steps:
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "19.1"
version: "18.1"

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 443c18c

Please sign in to comment.