Skip to content

mention the messages pane in the zoom feature list #333

mention the messages pane in the zoom feature list

mention the messages pane in the zoom feature list #333

Workflow file for this run

name: MacOS
on:
workflow_dispatch:
push:
paths-ignore:
- "**/*"
- "!.github/workflows/macos*.yml"
- "!**/*.cpp"
- "!**/*.h"
- "!**/*.ui"
- "!CMakeLists.txt"
- "!src/**/*"
branches:
- "*"
jobs:
macos-arm64:
uses: ./.github/workflows/macos-template.yml
with:
version: "0.3.${{ github.run_number }}"
os: "macos-latest"
architecture: "arm64"
macos-intel:
uses: ./.github/workflows/macos-template.yml
with:
version: "0.3.${{ github.run_number }}"
os: "macos-15"
architecture: "intel"