Skip to content

Commit

Permalink
add ubuntu-20.04 to bcc-test.yml
Browse files Browse the repository at this point in the history
resending
  • Loading branch information
davemarchevsky committed Nov 17, 2021
1 parent 47236bc commit 9921ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bcc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04] # 18.04.3 release has 5.0.0 kernel
os: [ubuntu-18.04, ubuntu-20.04] # 18.04.3 release has 5.0.0 kernel
env:
- TYPE: Debug
PYTHON_TEST_LOGFILE: critical.log
Expand Down

0 comments on commit 9921ba3

Please sign in to comment.