Skip to content

Mute-style input suppression without pausing AVAudioEngine (#401) #7

Mute-style input suppression without pausing AVAudioEngine (#401)

Mute-style input suppression without pausing AVAudioEngine (#401) #7

Workflow file for this run

name: 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-14
ios-version: "17.5"
ios-device: "iPhone 15"
watchos-version: "10.2"
visionos-version: "1.0"
xcode-version: "16.1"
- os: macos-15
ios-version: "18.5"
ios-device: "iPhone 16"
watchos-version: "11.5"
visionos-version: "2.5"
xcode-version: "16.4"
- os: macos-26
ios-version: "26.0.1"
ios-device: "iPhone 17"
watchos-version: "26.0"
visionos-version: "26.0"
macos-runner: "macos-26"
xcode-version: "26.0"
uses: ./.github/workflows/unit-tests.yml

Check warning on line 33 in .github/workflows/release-tests.yml

View workflow run for this annotation

GitHub Actions / Release Tests

Workflow syntax warning

In .github/workflows/release-tests.yml (Line: 33, Col: 11): Error from called workflow argmaxinc/WhisperKit/.github/workflows/unit-tests.yml@2870b46b92ebd522c094e4c2da77ba3c415138d8 (Line: 86, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
macos-runner: ${{ matrix.os }}
ios-version: ${{ matrix.ios-version }}
ios-device: ${{ matrix.ios-device }}
watchos-version: ${{ matrix.watchos-version }}
visionos-version: ${{ matrix.visionos-version }}
xcode-version: ${{ matrix.xcode-version }}