Skip to content

Commit 962ae12

Browse files
author
Alexander Batashev
authored
[CI] Switch GitHub Actions to Ubuntu 20.04 (#4582)
1 parent f3ec4a9 commit 962ae12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_post_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- sycl
77
jobs:
88
check:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-20.04
1010
if: github.repository == 'intel/llvm'
1111
strategy:
1212
fail-fast: false
@@ -28,7 +28,7 @@ jobs:
2828
;;
2929
SharedLibs)
3030
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"
31+
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main"
3232
sudo apt-get update
3333
sudo apt-get install -y clang-13
3434
export ARGS="--shared-libs"

0 commit comments

Comments
 (0)