Skip to content

Commit

Permalink
Github deploy support for clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Jun 13, 2024
1 parent c27568e commit 7090ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: |
# OpenMP libraries are not installed by default on macos
clang --version
clang --version | grep "\(13\.\|14\.\)"
clang --version | grep "\(13\.\|14\.\|15\.\)"
# hardcoded, not ideal
# https://mac.r-project.org/openmp/
# This includes only the dynamic library
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
run: |
# OpenMP libraries are not installed by default on macos
clang --version
clang --version | grep "\(13\.\|14\.\)"
clang --version | grep "\(13\.\|14\.\|15\.\)"
# hardcoded, not ideal
# https://mac.r-project.org/openmp/
# This includes only the dynamic library
Expand Down

0 comments on commit 7090ab5

Please sign in to comment.