Skip to content

Commit 8c5a1ee

Browse files
committed
kunit: Use ubuntu-22.04 for arm64
There's a bug in the version of qemu used by Ubuntu 24.04 that kills the arm64 KUnit test. Revert to Ubuntu 22.04 just for that test, until ubuntu-latest updates to qemu 9.2.0+. Link: https://bugzilla.suse.com/show_bug.cgi?id=1236310 Signed-off-by: Phil Elwell <[email protected]>
1 parent 2277d32 commit 8c5a1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
vc4-arm64:
4242
name: VC4 Unit Tests on ARM64
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-22.04
4444

4545
steps:
4646
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)