Skip to content

Commit

Permalink
Update Unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Dec 20, 2024
1 parent 8458a2a commit f37104d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit f37104d

Please sign in to comment.