From d7c2c60fea91850823312290cb3c98f389022bc0 Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Fri, 12 Dec 2025 21:55:16 +0100 Subject: [PATCH] fix MacOS CI badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f69eaa9..b1a8ba96 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,6 @@ Develop status: [![Windows MSVC](https://github.com/tzlaine/parser/actions/workflows/windows.yml/badge.svg?branch=develop)](https://github.com/tzlaine/parser/actions/workflows/windows.yml) -[![macos-13 - Clang 14](https://github.com/tzlaine/parser/actions/workflows/macos-13.yml/badge.svg?branch=develop)](https://github.com/tzlaine/parser/actions/workflows/macos-13.yml) +[![macos-15 - Clang](https://github.com/tzlaine/parser/actions/workflows/macos-15.yml/badge.svg?branch=develop)](https://github.com/tzlaine/parser/actions/workflows/macos-15.yml) [![License](https://img.shields.io/badge/license-boost-brightgreen.svg)](LICENSE_1_0.txt)