From 7d09cc0ffc7536df0293fbecb28b95705271f315 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 20 Jan 2024 09:04:35 +0100 Subject: [PATCH] chore: try to distribute CI load a bit better --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2b77d31..659ce5df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,6 @@ jobs: - clang-release-ninja-static - clang-reldbg-ninja-static - clang-debug-ninja-static - - oldclang-debug-make include: - arch: amd64 build_type: clang-asan-ninja @@ -116,10 +115,12 @@ jobs: build_type: clang-tsan-ninja - arch: amd64 build_type: clang-ubsan-ninja - - arch: amd64 - build_type: gcc-debug-noperfmon-ninja - arch: amd64 build_type: clang-coverage-ninja + - arch: arm64v8 + build_type: gcc-debug-noperfmon-ninja + - arch: arm64v8 + build_type: oldclang-debug-make runs-on: - self-hosted