Skip to content

Commit 74c212e

Browse files
edgar-bonetgatk555
authored andcommitted
CI: upgrade aarch64 runner to ubuntu-24.04
Ubuntu 22.04 ships a version of e2fsprogs that is too old to support the orphan_file filesystem feature, and this prevents the build-aarch64 job to resize the VM image used to run the build. This is causing build failures on “No space left on device” errors. Fix the failures by upgrading to a more recent runner image. Fixes: https://github.com/buserror/simavr/actions/runs/18200025079/job/51816354774
1 parent 70e9bec commit 74c212e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
name: Linux ARMv6l
172172
path: simavr.tar.gz
173173
build-aarch64:
174-
runs-on: ubuntu-22.04
174+
runs-on: ubuntu-24.04
175175
steps:
176176
- uses: actions/checkout@v4
177177
- uses: pguyot/arm-runner-action@v2

0 commit comments

Comments
 (0)