mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-11-02 11:17:49 +00:00
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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -128,7 +128,7 @@ jobs:
|
|||||||
upload: false
|
upload: false
|
||||||
ndpi_min_version: "5.0"
|
ndpi_min_version: "5.0"
|
||||||
- compiler: "cc"
|
- compiler: "cc"
|
||||||
os: "macOS-latest"
|
os: "macOS-13"
|
||||||
ndpi_build: "-DBUILD_NDPI=OFF"
|
ndpi_build: "-DBUILD_NDPI=OFF"
|
||||||
ndpid_examples: "-DBUILD_EXAMPLES=OFF"
|
ndpid_examples: "-DBUILD_EXAMPLES=OFF"
|
||||||
ndpid_gcrypt: "-DNDPI_WITH_GCRYPT=OFF"
|
ndpid_gcrypt: "-DNDPI_WITH_GCRYPT=OFF"
|
||||||
|
|||||||
Reference in New Issue
Block a user