Skip to content

Commit 2dbbd3e

Browse files
committed
.github/workflows: Use Fedora 41 for integration tests
The usage of bpf_object_open_opts in libbpf-rs assumes libbpf 1.4, and with older versions the integration tests end up with an error: libbpf: bpf_object_open_opts has non-zero extra bytes Signed-off-by: Daiki Ueno <[email protected]>
1 parent eacafa4 commit 2dbbd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Fedora tests
2323
runs-on: ubuntu-latest
2424
container:
25-
image: registry.fedoraproject.org/fedora:40
25+
image: registry.fedoraproject.org/fedora:41
2626
options: --privileged
2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)