Skip to content

Commit 3b1f389

Browse files
authored
tools: have test-asan use ubuntu-20.04
PR-URL: #45581 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent b4c2004 commit 3b1f389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-asan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions:
3939
jobs:
4040
test-asan:
4141
if: github.event.pull_request.draft == false
42-
runs-on: ubuntu-latest
42+
runs-on: ubuntu-20.04
4343
env:
4444
CC: clang
4545
CXX: clang++

0 commit comments

Comments
 (0)