From 47b9d78fa271dd19ffd286f8cdaa1dab38a27bbd Mon Sep 17 00:00:00 2001 From: monosans Date: Wed, 29 Apr 2026 01:01:44 +0300 Subject: [PATCH] feat: add macos-26-intel platform to allocator bench workflow Co-authored-by: Copilot --- .github/workflows/allocator-bench.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/allocator-bench.yml b/.github/workflows/allocator-bench.yml index 270cbd1..f917f97 100644 --- a/.github/workflows/allocator-bench.yml +++ b/.github/workflows/allocator-bench.yml @@ -20,6 +20,7 @@ jobs: - windows-2025 - windows-11-arm - macos-26 + - macos-26-intel - alpine - alpine-arm include: @@ -38,6 +39,9 @@ jobs: - platform: macos-26 runner: macos-26 alpine: false + - platform: macos-26-intel + runner: macos-26-intel + alpine: false - platform: alpine runner: ubuntu-24.04 alpine: true