mirror of
https://github.com/red0124/ssp.git
synced 2025-06-08 05:12:30 +02:00
Compare commits
8 Commits
48f3f7bbb0
...
d30580ff4a
Author | SHA1 | Date | |
---|---|---|---|
d30580ff4a | |||
43b49635a4 | |||
2d463b5620 | |||
baf687605d | |||
59300b6e7a | |||
e269db6098 | |||
a2144c7219 | |||
2d988eda09 |
@ -1,4 +1,4 @@
|
||||
name: macos-latest-clang-ci
|
||||
name: macos-apple-clang-ci
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@ -25,12 +25,15 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
standard: [11, 14, 17, 20, 23]
|
||||
xcode: ['13.4.1', '14.1']
|
||||
type: [Release, Debug]
|
||||
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-12
|
||||
|
||||
name: "Xcode ${{matrix.standard}}: ${{matrix.type}}"
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer
|
||||
|
||||
name: "Xcode ${{matrix.xcode}}: ${{matrix.type}}"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
@ -16,6 +16,7 @@
|
||||
[](https://github.com/red0124/ssp/actions/workflows/win-msys2-gcc.yml)
|
||||
[](https://github.com/red0124/ssp/actions/workflows/win-msys2-clang.yml)
|
||||
[](https://github.com/red0124/ssp/actions/workflows/win-msvc.yml)
|
||||
[](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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user