Actions: Build MacOS binary (#10319)

Preliminary CI for the MacOS builds

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Austin
2026-04-27 13:33:19 -05:00
committed by GitHub
co-authored by GitHub Copilot
parent d7db0f5829
commit c0425d7444
2 changed files with 66 additions and 0 deletions
+15
View File
@@ -116,6 +116,20 @@ jobs:
build_location: local
secrets: inherit
MacOS:
strategy:
fail-fast: false
matrix:
macos_ver:
- "26" # ARM64
# - '26-intel' # x86_64
- "15" # ARM64
# - '15-intel' # x86_64
uses: ./.github/workflows/build_macos_bin.yml
with:
macos_ver: ${{ matrix.macos_ver }}
# secrets: inherit
package-pio-deps-native-tft:
if: ${{ github.repository == 'meshtastic/firmware' && github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/package_pio_deps.yml
@@ -286,6 +300,7 @@ jobs:
- gather-artifacts
- build-debian-src
- package-pio-deps-native-tft
# - MacOS
steps:
- name: Checkout
uses: actions/checkout@v6