From 5dcf8ad8ebfc87a0fdd156f249786c050e99146e Mon Sep 17 00:00:00 2001 From: benbierens Date: Thu, 9 Mar 2023 10:43:50 +0100 Subject: [PATCH] attempt to fix mac build --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb4d041..54f0754 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,8 @@ jobs: brew update brew install \ findutils \ - libomp + libomp \ + llvm@14 - name: Install tools and libraries via MSYS2 (Windows) if: matrix.platform.os == 'windows'