Skip to content

Commit

Permalink
kunit: Use ubuntu-22.04 for arm64
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pelwell committed Feb 5, 2025
1 parent 2277d32 commit 8c5a1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
vc4-arm64:
name: VC4 Unit Tests on ARM64
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8c5a1ee

Please sign in to comment.