Skip to content

Commit

Permalink
Use MacOS 13 in build workflow.
Browse files Browse the repository at this point in the history
For some reason in MacOS 14 the build fails because the `configure` script is unable to find the Jansson library, even thought it is correctly installed by `brew`.
  • Loading branch information
plusvic authored and DavidTurland committed Sep 9, 2024
1 parent d8cfeea commit 22d6152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: make clean && make

macosx-build:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit 22d6152

Please sign in to comment.