Skip to content

Commit

Permalink
remove ubuntu 16.04 from bcc-test github action
Browse files Browse the repository at this point in the history
As per [github](actions/runner-images#3287), this is no longer supported. CI fails with errors like

```
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
```

I will add 20.04 in a followup PR to match `publish.yml`. Want to keep it separate in case adding 20.04 causes issues, removing 16.04 should be much less likely to.
  • Loading branch information
davemarchevsky authored and sync_forks committed Jul 31, 2024
1 parent a09902e commit 9c15d13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bcc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-18.04] # 16.04.4 release has 4.15 kernel
# 18.04.3 release has 5.0.0 kernel
os: [ubuntu-18.04] # 18.04.3 release has 5.0.0 kernel
env:
- TYPE: Debug
PYTHON_TEST_LOGFILE: critical.log
Expand Down

0 comments on commit 9c15d13

Please sign in to comment.