Skip to content

Commit

Permalink
Update dpdk github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed May 9, 2024
1 parent f126b36 commit 70ddbb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
dpdk_version: [dpdk-22.07, dpdk-21.11.2, dpdk-20.11.6, dpdk-19.11.13, dpdk-18.11.11, dpdk-17.11.10, dpdk-16.11.11]
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
dpdk_version: [dpdk-23.11, dpdk-22.07, dpdk-21.11.2, dpdk-20.11.6, dpdk-19.11.13, dpdk-18.11.11, dpdk-17.11.10, dpdk-16.11.11]
exclude:
- os: ubuntu-16.04
dpdk_version: dpdk-20.11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: libtrace
submodules: recursive
Expand Down

0 comments on commit 70ddbb8

Please sign in to comment.