Skip to content

Commit bee8b35

Browse files
committed
templates: default: use Ubuntu 25.04 (enables 9p again)
Ubuntu 24.10 will reach EOL soon (2025-07-10). It should be still noted that Intel Mac with macOS prior to 15.5 requires setting `vmType` to `qemu` (issue 3334) Signed-off-by: Akihiro Suda <[email protected]>
1 parent 2f50957 commit bee8b35

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ jobs:
305305
matrix:
306306
# Most templates use 9p as the mount type
307307
template:
308-
- ubuntu-25.04.yaml # The default version of Ubuntu is still 24.10 due to https://github.com/lima-vm/lima/issues/3334
309308
- alpine.yaml
310309
- debian.yaml # reverse-sshfs
311310
- fedora.yaml # The default version of Fedora is still 41 due to https://github.com/lima-vm/lima/issues/3334

templates/_images/ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ubuntu-24.10.yaml
1+
ubuntu-25.04.yaml

templates/default.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ mounts: []
9191
# The issue was fixed in Linux v6.12-rc5 (https://github.com/torvalds/linux/commit/be2ca38).
9292
#
9393
# 🟢 Builtin default: []
94-
# 🔵 This file: ["9p"] (as Ubuntu 24.10 uses kernel 6.11)
95-
mountTypesUnsupported:
96-
- "9p"
94+
mountTypesUnsupported: null
9795

9896
# Mount type for above mounts, such as "reverse-sshfs" (from sshocker), "9p" (QEMU’s virtio-9p-pci, aka virtfs),
9997
# or "virtiofs" (experimental on Linux; needs `vmType: vz` on macOS).

templates/ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ubuntu-24.10.yaml
1+
ubuntu-25.04.yaml

0 commit comments

Comments
 (0)