Compare commits

..

No commits in common. "d30580ff4a46eb6f19c72bd52c678b03a67d64bf" and "48f3f7bbb0219f89b545035f38acca65af2309fb" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
name: macos-apple-clang-ci
name: macos-latest-clang-ci
on:
workflow_dispatch:
@ -25,15 +25,12 @@ jobs:
strategy:
matrix:
xcode: ['13.4.1', '14.1']
standard: [11, 14, 17, 20, 23]
type: [Release, Debug]
runs-on: macos-12
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer
name: "Xcode ${{matrix.xcode}}: ${{matrix.type}}"
name: "Xcode ${{matrix.standard}}: ${{matrix.type}}"
steps:
- uses: actions/checkout@v3

View File

@ -16,7 +16,6 @@
[![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)