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