diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-05-06 09:41:09 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-05-06 09:41:09 +0200 |
commit | 86aaf0e80896e8c21cdc485d731fc1cab31061c6 (patch) | |
tree | 31fb92d27496e0e04fb22b5456c60c0b590a809a /.github | |
parent | e822bb614514782fca4d95bc06529e7e5e2d0f69 (diff) |
Workaround for fixing GitHub runners on macOS
* See: https://github.com/ntop/nDPI/pull/2411
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96a3eb80d..be1497ef8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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" |