Skip to content

Commit

Permalink
Update continuous-integration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman authored Dec 2, 2023
1 parent 1d2a186 commit 27731a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- os: macos-latest
cc: ../llvm/bin/clang
cxx: ../llvm/bin/clang++
clangVer: "16.0"
clangVer: "15.0"
blas: off
getBlas: off
fftw: off
Expand All @@ -135,7 +135,7 @@ jobs:
- os: macos-latest
cc: ../llvm/bin/clang
cxx: ../llvm/bin/clang++
clangVer: "16.0"
clangVer: "15.0"
blas: on
getBlas: off # Included with XCode
fftw: on
Expand Down

0 comments on commit 27731a4

Please sign in to comment.