diff --git a/.github/workflows/macos-latest-clang.yml b/.github/workflows/macos-apple-clang.yml similarity index 97% rename from .github/workflows/macos-latest-clang.yml rename to .github/workflows/macos-apple-clang.yml index 85151f7..40ae04b 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-apple-clang.yml @@ -1,4 +1,4 @@ -name: macos-latest-clang-ci +name: macos-apple-clang-ci on: workflow_dispatch: diff --git a/README.md b/README.md index 6f00e9c..bbdb74f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ [![windows-msys2-gcc](https://github.com/red0124/ssp/workflows/win-msys2-gcc-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/win-msys2-gcc.yml) [![windows-msys2-clang](https://github.com/red0124/ssp/workflows/win-msys2-clang-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/win-msys2-clang.yml) [![windows-msvc](https://github.com/red0124/ssp/workflows/win-msvc-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/win-msvc.yml) +[![macos-apple-clang](https://github.com/red0124/ssp/workflows/macos-apple-clang-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/macos-apple-clang.yml) A header only CSV parser which is fast and versatile with modern C++ API. Requires compiler with C++17 support. [Can also be used to efficiently convert strings to specific types.](#the-converter)