diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1ae97a8..c767feb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: matrix: # macos-14 is ARM64, macos-13 is x86-64 os: [ubuntu-latest, macos-14, macos-13, windows-latest, ubuntu_arm64] - wireshark_version: [wireshark-4.2.6, wireshark-4.4.7] + wireshark_version: [wireshark-4.2.6, wireshark-4.4.8] include: # Ubuntu 22.04 Wireshark package version - os: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5dd762..ea7dc17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: matrix: # macos-14 is ARM64, macos-13 is x86-64 os: [ubuntu-latest, macos-14, macos-13, windows-latest, ubuntu_arm64] - wireshark_version: [wireshark-4.2.6, wireshark-4.4.7] + wireshark_version: [wireshark-4.2.6, wireshark-4.4.8] include: # Ubuntu 22.04 Wireshark package version - os: ubuntu-latest