diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9122946..e009d82 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,7 +61,7 @@ jobs: with: repository: KhronosGroup/SPIRV-LLVM-Translator path: SPIRV-LLVM-Translator - ref: main + ref: llvm_release_190 - name: Build SPIRV-LLVM-Translator run: | diff --git a/.github/workflows/on-push-verification-out-of-tree.yml b/.github/workflows/on-push-verification-out-of-tree.yml index b8af1a9..67c3f26 100644 --- a/.github/workflows/on-push-verification-out-of-tree.yml +++ b/.github/workflows/on-push-verification-out-of-tree.yml @@ -55,7 +55,7 @@ jobs: with: repository: KhronosGroup/SPIRV-LLVM-Translator path: SPIRV-LLVM-Translator - ref: main + ref: llvm_release_190 - name: Build SPIRV-LLVM-Translator run: |