From: Jason Ish Date: Tue, 5 Oct 2021 16:44:03 +0000 (-0600) Subject: github-ci: pin macos build to 10.15 X-Git-Tag: suricata-5.0.8~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a49930423d230bf1416f134abb1987d482c73f;p=thirdparty%2Fsuricata.git 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) --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 601ecaaffb..bc016298af 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -963,7 +963,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: prep steps: # Cache Rust stuff.