Skip to content

Commit 3033bad

Browse files
authored
Merge pull request #136 from nirs/update-to-ubuntu-25.04
Update test vms to Ubuntu 25.04
2 parents b9b45cc + c61e711 commit 3033bad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/lima.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
images:
2-
- location: "https://cloud-images.ubuntu.com/releases/24.10/release/ubuntu-24.10-server-cloudimg-amd64.img"
2+
- location: "https://cloud-images.ubuntu.com/releases/25.04/release/ubuntu-25.04-server-cloudimg-amd64.img"
33
arch: "x86_64"
4-
- location: "https://cloud-images.ubuntu.com/releases/24.10/release/ubuntu-24.10-server-cloudimg-arm64.img"
4+
- location: "https://cloud-images.ubuntu.com/releases/25.04/release/ubuntu-25.04-server-cloudimg-arm64.img"
55
arch: "aarch64"
66
cpus: 1
77
memory: "1g"

test/vmnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Minimal vm for testing socket_vmnet integartion with lima.
22

33
images:
4-
- location: "https://cloud-images.ubuntu.com/releases/24.10/release/ubuntu-24.10-server-cloudimg-amd64.img"
4+
- location: "https://cloud-images.ubuntu.com/releases/25.04/release/ubuntu-25.04-server-cloudimg-amd64.img"
55
arch: "x86_64"
66
plain: true
77
memory: "1g"

0 commit comments

Comments
 (0)