Skip to content

macOS Metal Clang #2367

macOS Metal Clang

macOS Metal Clang #2367

name: macOS Metal Clang
permissions:
contents: read
checks: write
on:
workflow_dispatch:
schedule:
- cron: '*/30 * * * *' # run every 30 minutes
pull_request:
branches:
- main
jobs:
macOS-Metal-Clang:
uses: ./.github/workflows/test-all.yaml
with:
OS: macOS
SKU: macOS
Test-Clang: On
TestTarget: check-hlsl-clang-mtl
OffloadTest-branch: ${{ github.ref }}