Skip to content

Commit 111999a

Browse files
committed
ci: Bump Landlock ABI version for Ubuntu 24
Ubuntu 24.04 switched to Linux version 6.11.0-1012-azure which supports Landlock ABI v5. See https://ubuntu.com/kernel/lifecycle Signed-off-by: Mickaël Salaün <mic@digikod.net>
1 parent ebf5d05 commit 111999a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
matrix:
115115
commit: ${{ fromJSON(needs.commit_list.outputs.commits) }}
116116
env:
117-
LANDLOCK_CRATE_TEST_ABI: 4
117+
LANDLOCK_CRATE_TEST_ABI: 5
118118
steps:
119119

120120
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)