From 91c7f68e237a1958f5dced10b7ac20c540d93df9 Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 3 Feb 2026 08:14:03 +0300 Subject: [PATCH] fix(allocator-bench): add missing runner configurations for platforms --- .github/workflows/allocator-bench.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/allocator-bench.yml b/.github/workflows/allocator-bench.yml index 51f35e4..6890004 100644 --- a/.github/workflows/allocator-bench.yml +++ b/.github/workflows/allocator-bench.yml @@ -14,6 +14,14 @@ jobs: fail-fast: false matrix: tokio_multi_thread: [true, false] + platform: + - ubuntu-24.04-arm + - ubuntu-24.04 + - windows-2025 + - windows-11-arm + - macos-15 + - alpine + - alpine-arm include: - platform: ubuntu-24.04-arm runner: ubuntu-24.04-arm @@ -33,6 +41,9 @@ jobs: - platform: alpine runner: ubuntu-24.04 alpine: true + - platform: alpine-arm + runner: ubuntu-24.04-arm + alpine: true steps: - uses: actions/checkout@v6 with: