@cryptotaxi247 / netdata-1 / commits / 93032aba5

Switch to Ubuntu 22.04 runner images for CI build jobs. (#19619)

The 24.04 runner images are apparently having serious stability issues, especially for ARM runners, and these are likely causing most of our current CI issues.

Austin S. Hemmelgarn committed Feb 11, 2025 at 20:58 UTC 93032aba5c84a708573c2928d45ee6618fa83386
1 file changed +4 -4
.github/data/distros.yml
+4 -4
@@ -25,22 +25,22 @@ arch_order: # sort order for per-architecture jobs in CI
25 arch_data: # Mapping of per-architecture matrix behavior.
26 amd64: &amd64
27 qemu: false
28 - runner: ubuntu-24.04
28 + runner: &x86-runner ubuntu-22.04
29 x86_64: *amd64
30 i386: *amd64
31 armhf: &arm
32 qemu: false
33 - runner: ubuntu-24.04-arm
33 + runner: &arm-runner ubuntu-22.04-arm
34 armhfp: *arm
35 armv6l: *arm
36 armv7l: *arm
37 arm64: &arm64
38 qemu: false
39 - runner: ubuntu-24.04-arm
39 + runner: *arm-runner
40 aarch64: *arm64
41 ppc64le:
42 qemu: true
43 - runner: ubuntu-24.04-arm
43 + runner: *arm-runner
44 static_arches: # Static build architectures
45 - x86_64
46 - armv6l