Skip to content

Commit d11844c

Browse files
committed
templates: fedora: use Fedora 42
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 bee8b35 commit d11844c

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ jobs:
307307
template:
308308
- alpine.yaml
309309
- debian.yaml # reverse-sshfs
310-
- fedora.yaml # The default version of Fedora is still 41 due to https://github.com/lima-vm/lima/issues/3334
311-
- fedora-42.yaml
310+
- fedora.yaml
312311
- archlinux.yaml
313312
- opensuse.yaml
314313
- docker.yaml

templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Distro:
2222
- [`centos-stream-10`](./centos-stream-10.yaml): CentOS Stream 10
2323
- [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
2424
- [`debian-12`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm)
25-
- [`fedora-41`](./fedora-41.yaml), `fedora.yaml`: ⭐Fedora 41
26-
- [`fedora-42`](./fedora-42.yaml): Fedora 42
25+
- [`fedora-41`](./fedora-41.yaml): Fedora 41
26+
- [`fedora-42`](./fedora-42.yaml), `fedora.yaml`: ⭐Fedora 42
2727
- [`opensuse-leap`](./opensuse-leap.yaml), `opensuse.yaml`: ⭐openSUSE Leap
2828
- [`oraclelinux-8`](./oraclelinux-8.yaml): Oracle Linux 8
2929
- [`oraclelinux-9`](./oraclelinux-9.yaml), `oraclelinux.yaml`: Oracle Linux 9

templates/_images/fedora.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fedora-41.yaml
1+
fedora-42.yaml

templates/fedora.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fedora-41.yaml
1+
fedora-42.yaml

templates/podman-rootful.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
minimumLimaVersion: 1.1.0
1414

1515
base:
16-
- template://_images/fedora-41
16+
- template://_images/fedora
1717
- template://_default/mounts
1818

1919
containerd:

templates/podman.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
minimumLimaVersion: 1.1.0
1414

1515
base:
16-
- template://_images/fedora-41
16+
- template://_images/fedora
1717
- template://_default/mounts
1818

1919
containerd:

0 commit comments

Comments
 (0)