diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 450249d..2bda430 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.0] + wireshark_version: [wireshark-4.2.6, wireshark-4.4.1] include: # Ubuntu 22.04 Wireshark package version - os: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 626df17..3907930 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.0] + wireshark_version: [wireshark-4.2.6, wireshark-4.4.1] include: # Ubuntu 22.04 Wireshark package version - os: ubuntu-latest