summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-03-07 23:44:19 -0800
committerGitHub <noreply@github.com>2024-03-07 23:44:19 -0800
commitfaaa532aeda5bb171222134a7128254a34b87a2a (patch)
tree7b421f94aaba96f0efaa665a1ad276a766bb6dd3 /.github
parenta810aa31f5f366d69e67be96c169fec7d6041df7 (diff)
[SPIRV] Fix pointer lowering bug. (#3713)
* [SPIRV] Fix pointer lowering bug. * Update falcor CI setting.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/falcor-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/falcor-test.yml b/.github/workflows/falcor-test.yml
index df2b1c2d5..1e094f163 100644
--- a/.github/workflows/falcor-test.yml
+++ b/.github/workflows/falcor-test.yml
@@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
- runs-on: [Windows, self-hosted]
+ runs-on: [Windows, self-hosted, falcor]
timeout-minutes: 100
continue-on-error: true
strategy: