Skip to content

Commit

Permalink
[Github] Explicitly requesting Ubuntu 22.04 for SPIRV test (llvm#122395)
Browse files Browse the repository at this point in the history
For the same reason as
[llvm#122221](llvm#122221), this fixes
build failure from missing python3.
  • Loading branch information
adam-yang authored and DKLoehr committed Jan 17, 2025
1 parent b5264e9 commit ecf3302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spirv-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
build_target: check-llvm-codegen-spirv
projects:
extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
os_list: '["ubuntu-latest"]'
os_list: '["ubuntu-22.04"]'

0 comments on commit ecf3302

Please sign in to comment.