diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-20 13:44:19 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-20 13:44:19 +0100 |
commit | f38f1ec37f4c452ea96acbaea6f111807a50a78b (patch) | |
tree | a5e3df5a74071b5b8222eaa3135713ad547e5583 /.github | |
parent | fa7e76cc75a0963aef806e5e32a83fbb861bf0f6 (diff) |
Changed CI image from ubuntu-18.04 to ubuntu-20.04 as it is deprecated since '22.
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 c59771315..5de86a56f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: upload: false ndpi_min_version: "4.8" - compiler: "gcc-10" - os: "ubuntu-18.04" + os: "ubuntu-20.04" ndpi_build: "-DBUILD_NDPI=ON" ndpid_examples: "-DBUILD_EXAMPLES=ON" ndpid_gcrypt: "-DNDPI_WITH_GCRYPT=OFF" |