From b8a5479b0689e1b7ca8cf7b8c7bfb6c09e659ef2 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 5 Oct 2021 10:44:03 -0600 Subject: [PATCH] github-ci: pin macos build to 10.15 There is currently a build failure with macos-latest (recently updated) to 11 in the libhtp test suite code. Not sure if there are other build issues in libhtp or Suricata at this time. (cherry picked from commit 8b9721b2652790354e619c77622cf84c766915a3) --- .github/workflows/builds.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 0da4cec31f7e..196ea62e31ef 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1130,7 +1130,8 @@ jobs: macos-latest: name: MacOS Latest - runs-on: macos-latest + # use 10.15 for now. Build fails on macos-11 (aka macos-latest) + runs-on: macos-10.15 needs: [prepare-deps] steps: # Cache Rust stuff.