Skip to content

Commit

Permalink
github-ci: pin macos build to 10.15
Browse files Browse the repository at this point in the history
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 8b9721b)
  • Loading branch information
jasonish authored and victorjulien committed Oct 5, 2021
1 parent aace45a commit b8a5479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b8a5479

Please sign in to comment.