Skip to content

Commit

Permalink
Workaround for fixing GitHub runners on macOS
Browse files Browse the repository at this point in the history
 * See: ntop/nDPI#2411

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
  • Loading branch information
utoni committed May 6, 2024
1 parent e822bb6 commit 86aaf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
upload: false
ndpi_min_version: "5.0"
- compiler: "cc"
os: "macOS-latest"
os: "macOS-13"
ndpi_build: "-DBUILD_NDPI=OFF"
ndpid_examples: "-DBUILD_EXAMPLES=OFF"
ndpid_gcrypt: "-DNDPI_WITH_GCRYPT=OFF"
Expand Down

0 comments on commit 86aaf0e

Please sign in to comment.