mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-30 10:45:06 +00:00
40b8f66146
* fix setup-dxc not found * run validation-windows if its workflow file was changed * run validation-macos if its workflow file was changed * run validation-linux if its workflow file was changed * run lazy if its workflow file was changed
16 lines
275 B
YAML
16 lines
275 B
YAML
name: validation-macos
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- '.github/workflows/validation-macos.yml'
|
|
- 'tests/out/msl/*.msl'
|
|
|
|
jobs:
|
|
validate-macos:
|
|
name: MSL
|
|
runs-on: macos-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- run: make validate-msl
|