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:
4545 - build_type : Release
4646 shared_libs : EnableSharedLibs
4747 fail-fast : false
48- runs-on : ubuntu-20 .04
48+ runs-on : ubuntu-22 .04
4949 steps :
5050 - name : Install dependencies
5151 run : |
5252 curl -L "https://apt.llvm.org/llvm-snapshot.gpg.key" | sudo apt-key add -
5353 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
5656 sudo apt-get update
5757 sudo apt-get -yq --no-install-suggests --no-install-recommends install \
5858 clang-${{ env.LLVM_VERSION }} \
You can’t perform that action at this time.
0 commit comments