Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/main/lxd-mount-units/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ execute: |

# Define the core snap for the current system
core_snap=core20
if os.query is-ubuntu-gt 22.04; then
if os.query is-ubuntu-ge 22.04; then
core_snap=core22
fi

Expand Down
Loading