File tree 2 files changed +5
-5
lines changed
pkg/cidata/cidata.TEMPLATE.d/boot
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
jobs :
21
21
lints :
22
22
name : " Lints"
23
- runs-on : ubuntu-22 .04
23
+ runs-on : ubuntu-24 .04
24
24
timeout-minutes : 30
25
25
steps :
26
26
- uses : actions/checkout@v4
66
66
67
67
unit :
68
68
name : " Unit tests"
69
- runs-on : ubuntu-22 .04
69
+ runs-on : ubuntu-24 .04
70
70
timeout-minutes : 30
71
71
strategy :
72
72
fail-fast : false
@@ -204,7 +204,7 @@ jobs:
204
204
# as they seem more stable than macOS instances.
205
205
integration-linux :
206
206
name : Integration tests (on Linux)
207
- runs-on : ubuntu-22 .04
207
+ runs-on : ubuntu-24 .04
208
208
timeout-minutes : 120
209
209
strategy :
210
210
fail-fast : false
@@ -269,7 +269,7 @@ jobs:
269
269
270
270
colima :
271
271
name : Colima
272
- runs-on : ubuntu-22 .04
272
+ runs-on : ubuntu-24 .04
273
273
timeout-minutes : 120
274
274
strategy :
275
275
matrix :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ for i in $(seq 0 $((LIMA_CIDATA_DISKS - 1))); do
29
29
fi
30
30
31
31
mkdir -p " /mnt/lima-${DISK_NAME} "
32
- mount -t $FORMAT_FSTYPE " /dev/${DEVICE_NAME} 1" " /mnt/lima-${DISK_NAME} "
32
+ mount -t " $FORMAT_FSTYPE " " /dev/${DEVICE_NAME} 1" " /mnt/lima-${DISK_NAME} "
33
33
if command -v growpart > /dev/null 2>&1 && command -v resize2fs > /dev/null 2>&1 ; then
34
34
growpart " /dev/${DEVICE_NAME} " 1 || true
35
35
# Only resize when filesystem is in a healthy state
You can’t perform that action at this time.
0 commit comments