From 299c62f613a6b756057b1b38b505dacd4172b7d5 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 18 Dec 2023 15:04:59 +0100 Subject: [PATCH] Fix report of gcc 13 builds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c84fbb8b..f978f857 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Linux](https://github.com/Matroska-Org/libebml/actions/workflows/linux.yaml/badge.svg)](https://github.com/Matroska-Org/libebml/actions/workflows/linux.yaml) [![Windows](https://github.com/Matroska-Org/libebml/actions/workflows/windows.yaml/badge.svg)](https://github.com/Matroska-Org/libebml/actions/workflows/windows.yaml) [![macOS](https://github.com/Matroska-Org/libebml/actions/workflows/macos.yaml/badge.svg)](https://github.com/Matroska-Org/libebml/actions/workflows/macos.yaml) -[![GCC10](https://github.com/Matroska-Org/libebml/actions/workflows/linux-gcc10.yaml/badge.svg)](https://github.com/Matroska-Org/libebml/actions/workflows/linux-gcc10.yaml) +[![GCC13](https://github.com/Matroska-Org/libebml/actions/workflows/linux-gcc13.yaml/badge.svg)](https://github.com/Matroska-Org/libebml/actions/workflows/linux-gcc13.yaml) # libebml a C++ library to parse EBML files