Skip to content

Commit d0c3bea

Browse files
svenvhsys-ce-bb
authored andcommitted
Upgrade in-tree job to Ubuntu 22.04 (#2658)
The spirv-tools package used by the job seems no longer available for Ubuntu 20.04. Original commit: KhronosGroup/SPIRV-LLVM-Translator@88e546a689b2679
1 parent 30b827e commit d0c3bea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm-spirv/.github/workflows/check-in-tree-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }} \

0 commit comments

Comments
 (0)