Skip to content

Update WhisperAX app icon for macOS to align with Apple HIG standards… #77

Update WhisperAX app icon for macOS to align with Apple HIG standards…

Update WhisperAX app icon for macOS to align with Apple HIG standards… #77

name: Pre-Release Tests
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
build-and-test-all-platforms:
name: "Build and Test All Platforms"
strategy:
matrix:
include:
- os: macos-13-xlarge
ios-version: "16.1" # Oldest available version
- os: macos-15
ios-version: "18.1" # Latest available version
uses: ./.github/workflows/unit-tests.yml
with:
ios-version: ${{ matrix.ios-version }}
macos-runner: ${{ matrix.os }}