Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: macOS 12
name: macOS 13

on:
push:
Expand All @@ -21,14 +21,14 @@ defaults:
jobs:
build:
name: ${{ matrix.name }}
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 180
strategy:
fail-fast: false
matrix:
include:
- name: "clang12 (c++20)"
compiler: "clang-12"
- name: "clang17 (c++20)"
compiler: "clang-17"
build_type: Release
cpp: 20

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ It is a single header and can be copied into your own project for any usage.

The usage can be seen in the [cwl_output_example.cpp](cwl_output_example.cpp) file, which show cases on how to describe your tools.
Another short example of loading a CWL description file an be seen in [cwl_input_example.cpp](cwl_input_example.cpp).

The generations was done by calling:
schema_salad --codegen cpp --codegen-spdx-copyright-text 'Copyright 2016-2024 CWL Project Contributors' --codegen-spdx-license-identifier Apache-2.0 -- ../cwl-v1.2/CommandLineTool-standalone.yml > generated-cwl.h
Loading
Loading