Skip to content

Commit dc1423a

Browse files
author
Alexander Batashev
authored
[CI] Update ToT version of clang to 13 for post-commit job (#3139)
Nightly builds in Ubutntu repository now have version 13. Update post-commit CI job to reflect those changes.
1 parent e37882e commit dc1423a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux_post_commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
3030
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main"
3131
sudo apt-get update
32-
sudo apt-get install -y clang-12
32+
sudo apt-get install -y clang-13
3333
export ARGS="--shared-libs"
34-
export CC="clang-12"
35-
export CXX="clang++-12"
34+
export CC="clang-13"
35+
export CXX="clang++-13"
3636
;;
3737
NoAssertions)
3838
export ARGS="--no-assertions"

0 commit comments

Comments
 (0)