From f37104df74aa75b6fb1caaab35475780963ac324 Mon Sep 17 00:00:00 2001 From: Christian Heitman Date: Fri, 20 Dec 2024 14:13:44 -0300 Subject: [PATCH] Update Unicorn --- .github/workflows/osx.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 41730ea4f..3635bcb67 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -2,6 +2,9 @@ name: Tests on OSX on: [push, pull_request, workflow_dispatch] +# NOTE Tests will fail because currently they only pass with Unicorn +# v2.0.0. However, Unicorn v2.0.0 does not build on the macos-14 runner. + jobs: build: # macos-13 = x86 @@ -87,6 +90,4 @@ jobs: - name: Unittests run: | - : # NOTE Tests will fail because currently they only pass with Unicorn - : # v2.0.0. However, Unicorn v2.0.0 does not build on the macos-14 runner. DYLD_LIBRARY_PATH=/usr/local/lib/ ctest --test-dir build --output-on-failure