Skip to content

Commit c4ce525

Browse files
committed
tools: run test-asan on ubuntu-22.04
Closes: #45578
1 parent dcebac8 commit c4ce525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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-20.04
42+
runs-on: ubuntu-24.04
4343
env:
4444
CC: sccache clang
4545
CXX: sccache clang++

0 commit comments

Comments
 (0)