Skip to content

macOS Metal DXC

macOS Metal DXC #1818

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