No flang-new in the homebrew LLVM

This commit is contained in:
Martin Kroeker 2024-02-17 14:38:56 +01:00 committed by GitHub
parent a75dac6401
commit 1510f05121
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
build: [cmake, make] build: [cmake, make]
fortran: [gfortran, /opt/homebrew/opt/llvm/bin/flang-new] fortran: [gfortran]
openmp: [0, 1] openmp: [0, 1]
ilp64: [0, 1] ilp64: [0, 1]