From 3c93989a5d594adb0c9c7f69272ba9c730aab8a1 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Tue, 30 Apr 2024 19:16:22 +0200 Subject: [PATCH] Try using a specific MacOS version for fixing issue in CI (#2073) For some reason the jansson library is not being found in the latest MacOS version, even though brew seems to be installing it. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0690e93d9d..62fc45c436 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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