Skip to content

Commit 3bad1dd

Browse files
authored
Add Ubuntu 26.04 and remove Ubuntu 20.04 (#2116)
1 parent 44b663e commit 3bad1dd

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
fail-fast: false
6161
matrix:
6262
include: # Check the images at https://github.com/seladb/PcapPlusPlus-DockerImages
63+
- runner: ubuntu-latest
64+
image: ubuntu2604
65+
config-zstd: OFF
6366
- runner: ubuntu-latest
6467
image: ubuntu2404
6568
config-zstd: OFF
@@ -71,18 +74,13 @@ jobs:
7174
config-zstd: OFF
7275
additional-flags: -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
7376
additional-gcov-flags: --gcov-executable "llvm-cov gcov"
74-
- runner: ubuntu-latest
75-
image: ubuntu2004
76-
config-zstd: OFF
77-
gcovr-version: 8.2
7877
- runner: ubuntu-latest
7978
image: rhel94
8079
config-zstd: OFF
8180
gcovr-version: 8.5
8281
- runner: ubuntu-latest
83-
image: ubuntu2004-zstd
82+
image: ubuntu2604
8483
config-zstd: ON
85-
gcovr-version: 8.2
8684
- runner: ubuntu-latest
8785
image: fedora42
8886
config-zstd: OFF
@@ -408,7 +406,7 @@ jobs:
408406

409407
pfring:
410408
runs-on: ubuntu-latest
411-
container: seladb/ubuntu2004-pfring
409+
container: seladb/ubuntu2604-pfring
412410
strategy:
413411
matrix:
414412
include:

0 commit comments

Comments
 (0)