File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm-spirv/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
45
45
- build_type : Release
46
46
shared_libs : EnableSharedLibs
47
47
fail-fast : false
48
- runs-on : ubuntu-20 .04
48
+ runs-on : ubuntu-22 .04
49
49
steps :
50
50
- name : Install dependencies
51
51
run : |
52
52
curl -L "https://apt.llvm.org/llvm-snapshot.gpg.key" | sudo apt-key add -
53
53
curl -L "https://packages.lunarg.com/lunarg-signing-key-pub.asc" | sudo apt-key add -
54
- echo "deb https://apt.llvm.org/focal / llvm-toolchain-focal main" | sudo tee -a /etc/apt/sources.list
55
- echo "deb https://packages.lunarg.com/vulkan focal main" | sudo tee -a /etc/apt/sources.list
54
+ echo "deb https://apt.llvm.org/jammy / llvm-toolchain-jammy main" | sudo tee -a /etc/apt/sources.list
55
+ echo "deb https://packages.lunarg.com/vulkan jammy main" | sudo tee -a /etc/apt/sources.list
56
56
sudo apt-get update
57
57
sudo apt-get -yq --no-install-suggests --no-install-recommends install \
58
58
clang-${{ env.LLVM_VERSION }} \
You can’t perform that action at this time.
0 commit comments