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 committed Aug 2, 2024
1 parent 9f3da09 commit a8d59da
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 a8d59da

Please sign in to comment.