From 9504cea0601c7e82795c03ba10186c0a77326bd4 Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Thu, 3 Jul 2025 10:38:43 -0700 Subject: [PATCH] :bug: Add missing arm64 mac runners to deploy_mac --- .github/workflows/deploy_mac.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy_mac.yml b/.github/workflows/deploy_mac.yml index 997ebe7..5090348 100644 --- a/.github/workflows/deploy_mac.yml +++ b/.github/workflows/deploy_mac.yml @@ -42,6 +42,12 @@ jobs: - os: macos-15 profile_path: profiles/x86_64/mac-15/ + - os: macos-14 + profile_path: profiles/armv8/mac-14/ + + - os: macos-15 + profile_path: profiles/armv8/mac-15/ + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4.1.1