mirror of
https://github.com/red0124/ssp.git
synced 2025-06-08 13:12:32 +02:00
Compare commits
No commits in common. "d30580ff4a46eb6f19c72bd52c678b03a67d64bf" and "48f3f7bbb0219f89b545035f38acca65af2309fb" have entirely different histories.
d30580ff4a
...
48f3f7bbb0
@ -1,4 +1,4 @@
|
|||||||
name: macos-apple-clang-ci
|
name: macos-latest-clang-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -25,15 +25,12 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode: ['13.4.1', '14.1']
|
standard: [11, 14, 17, 20, 23]
|
||||||
type: [Release, Debug]
|
type: [Release, Debug]
|
||||||
|
|
||||||
runs-on: macos-12
|
runs-on: macos-latest
|
||||||
|
|
||||||
env:
|
name: "Xcode ${{matrix.standard}}: ${{matrix.type}}"
|
||||||
DEVELOPER_DIR: /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer
|
|
||||||
|
|
||||||
name: "Xcode ${{matrix.xcode}}: ${{matrix.type}}"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
@ -16,7 +16,6 @@
|
|||||||
[](https://github.com/red0124/ssp/actions/workflows/win-msys2-gcc.yml)
|
[](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-msys2-clang.yml)
|
||||||
[](https://github.com/red0124/ssp/actions/workflows/win-msvc.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)
|
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