fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit 4be9974d73c56c6e62956b87cb34a6c56267c5de
parent 36d7b9197c4863c9a0113512bb566a2ee0b5d72d
Author: jvoisin <julien.voisin@dustri.org>
Date:   Sun, 10 Dec 2023 14:02:46 +0100

Add gcc 13 to the CI

Diffstat:
M.github/workflows/testsuite.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [9, 10, 11, 12] + version: [9, 10, 11, 12, 13] use_native_chk: [true, false] steps: - name: Checking out the code