Skip to content

feat: add spdx headers and reuse check #35

feat: add spdx headers and reuse check

feat: add spdx headers and reuse check #35

Workflow file for this run

# SPDX-FileCopyrightText: 2006-2023, Knut Reinert & Freie Universität Berlin
# SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik
# SPDX-License-Identifier: CC0-1.0
name: "MacOS"
on:
push:
branches:
- 'main'
pull_request:
concurrency:
group: ${{ runner.action }}-${{ github.event.pull_request.number || github.ref }}

Check failure on line 14 in .github/workflows/ci_macos.yml

View workflow run for this annotation

GitHub Actions / MacOS

Invalid workflow file

The workflow is not valid. .github/workflows/ci_macos.yml (Line: 14, Col: 10): Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.action
cancel-in-progress: true
jobs:
build:
name: ${{ matrix.compiler }}
runs-on: macos-12
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
compiler:
- "gcc13-cpp20-release"
- "gcc12-cpp20-release"
- "gcc11-cpp20-release"
- "gcc13-cpp20-debug"
- "clang15-cpp20-release"
- "clang16-cpp20-release"
steps:
- name: Standard IV-project testing
uses: iv-project/IVaction/macos-testing@feat/macos-testing
with:
compiler: ${{ matrix.compiler }}
threads: 3