Workaround for fixing GitHub runners on macOS

* See: https://github.com/ntop/nDPI/pull/2411

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig
2024-05-06 09:41:09 +02:00
parent e822bb6145
commit 86aaf0e808

View File

@@ -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"