diff options
| author | kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> | 2025-04-02 01:01:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 23:01:11 -0700 |
| commit | 2494588c487d708fcd4fed54a9446613bdb3b675 (patch) | |
| tree | d6ef1d1d1fa793a7fd25951bc8a9ac54ee8a7f3b | |
| parent | 7905ff7d777a1d573f89540e99026729d32fdc40 (diff) | |
re-enable macos test (#6731)
MacOS test is accidentally disabled in #6491. Re-enable it.
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6fd24dfa..611b40179 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,7 @@ jobs: fi fi - name: Test Slang - if: steps.filter.outputs.should-run == 'true' && matrix.platform != 'wasm' && matrix.platform != 'aarch64' + if: steps.filter.outputs.should-run == 'true' && matrix.platform != 'wasm' && (matrix.platform != 'aarch64' || matrix.os == 'macos') run: | export SLANG_RUN_SPIRV_VALIDATION=1 export SLANG_USE_SPV_SOURCE_LANGUAGE_UNKNOWN=1 |
