Skip to content

Commit fdaa4e0

Browse files
committed
.github: do not update github runners for bpf workflows
GH workflows that use clang require the libtinfo5 library which is currently unavailable in ubuntu 24.04. Thus, we should not automatically update these runners on these files to avoid breaking CI. Signed-off-by: André Martins <[email protected]>
1 parent 40109f5 commit fdaa4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-build-commits.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
build_commits:
1515
name: Check if build works for every commit
16-
runs-on: ubuntu-24.04
16+
runs-on: ubuntu-22.04
1717
timeout-minutes: 180
1818
steps:
1919
- name: Collect Workflow Telemetry

0 commit comments

Comments
 (0)