Skip to content

Commit 6f541d9

Browse files
panvarichardlau
authored andcommitted
tools: have test-asan use ubuntu-20.04
PR-URL: #45581 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent e7ed56f commit 6f541d9

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)