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: