Skip to content

Commit 996e1d6

Browse files
committed
ci: fix tarantool release branch
It was renamed in main tarantool repository. We need to update it as well.
1 parent 1a42a9f commit 996e1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/asan_testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
export CXX=clang++
4141
git clone https://github.com/tarantool/tarantool
4242
cd tarantool
43-
git checkout 2.10
43+
git checkout release/2.11
4444
export LSAN_OPTIONS=suppressions=${PWD}/asan/lsan.supp
4545
cmake . -DENABLE_ASAN=ON -DENABLE_DIST=ON
4646
make -j16

0 commit comments

Comments
 (0)