We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ec4a9 commit 962ae12Copy full SHA for 962ae12
.github/workflows/linux_post_commit.yml
@@ -6,7 +6,7 @@ on:
6
- sycl
7
jobs:
8
check:
9
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
10
if: github.repository == 'intel/llvm'
11
strategy:
12
fail-fast: false
@@ -28,7 +28,7 @@ jobs:
28
;;
29
SharedLibs)
30
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
31
- sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-13 main"
+ sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main"
32
sudo apt-get update
33
sudo apt-get install -y clang-13
34
export ARGS="--shared-libs"
0 commit comments