From 1e0423fa34691e9cb4b75eef8fbd38f0eb244d4c Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Thu, 7 May 2026 23:05:08 +0800 Subject: [PATCH] ci: add node 26 to asan and valgrind matrices Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 946bc7ad..3cfe91b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: asan: strategy: matrix: - version: [18, 20, 22, 24, 25] + version: [18, 20, 22, 24, 25, 26] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -23,7 +23,7 @@ jobs: valgrind: strategy: matrix: - version: [18, 20, 22, 24, 25] + version: [18, 20, 22, 24, 25, 26] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3