Skip to content

fix: Move from macos-13 runners to macos-15-intel runners #14316

fix: Move from macos-13 runners to macos-15-intel runners

fix: Move from macos-13 runners to macos-15-intel runners #14316

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.
# SPDX-License-Identifier: CC0-1.0
name: REUSE Compliance Check
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
# Cancel outdated runs on PRs, but let all develop commits complete.
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}
on:
push:
branches: [develop]
pull_request: { }
jobs:
reuse-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v6