]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix m68k CI tests on Github Actions 3347/head
authorYann Collet <yann.collet.73@gmail.com>
Tue, 13 Dec 2022 20:26:34 +0000 (12:26 -0800)
committerYann Collet <yann.collet.73@gmail.com>
Tue, 13 Dec 2022 20:36:53 +0000 (12:36 -0800)
seems there is a bug in the qemu version shipped with Ubuntu 22.04

.github/workflows/dev-short-tests.yml

index a31eec6bbd3d2950f72a225a551229eb4816c7fd..08df1c07cd885129d014516349a5b56f5b6de381 100644 (file)
@@ -275,7 +275,7 @@ jobs:
 
   qemu-consistency:
     name: QEMU ${{ matrix.name }}
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     strategy:
       fail-fast: false  # 'false' means Don't stop matrix workflows even if some matrix failed.
       matrix: