Browse Source

Switch back to x86 hosts for POWER8+ builds. (#19686)

The Ubuntu 22.04 ARM runners seem to have serious performance issues
when it comes to using QEMU’s userspace emulation.
Austin S. Hemmelgarn 2 weeks ago
parent
commit
4795e5e9f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/data/distros.yml

+ 1 - 1
.github/data/distros.yml

@@ -40,7 +40,7 @@ arch_data:  # Mapping of per-architecture matrix behavior.
   aarch64: *arm64
   ppc64le:
     qemu: true
-    runner: *arm-runner
+    runner: *x86-runner
 static_arches:  # Static build architectures
   - x86_64
   - armv6l