Skip to content

Commit f4aec44

Browse files
committed
upgrade ubuntu and clang
1 parent 9ed0614 commit f4aec44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-asan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ permissions:
3939
jobs:
4040
test-asan:
4141
if: github.event.pull_request.draft == false
42-
runs-on: ubuntu-latest
42+
runs-on: ubuntu-24.04
4343
env:
44-
CC: clang
45-
CXX: clang++
46-
LINK: clang++
44+
CC: clang-18
45+
CXX: clang++-18
46+
LINK: clang++-18
4747
CONFIG_FLAGS: --enable-asan --debug-node
4848
steps:
4949
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

0 commit comments

Comments
 (0)