Skip to content

Commit

Permalink
Try using a specific MacOS version for fixing issue in CI (#2073)
Browse files Browse the repository at this point in the history
For some reason the jansson library is not being found in the latest MacOS version, even though brew seems to be installing it.
  • Loading branch information
plusvic committed Apr 30, 2024
1 parent 4b9b4c0 commit 3c93989
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-11
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit 3c93989

Please sign in to comment.