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.
  • Loading branch information
jasonish committed Oct 5, 2021
1 parent d18fc4f commit 8b9721b
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 @@ -1312,7 +1312,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 8b9721b

Please sign in to comment.