We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4367d1 + 15d0c14 commit 215da66Copy full SHA for 215da66
.github/workflows/ci_license.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/checkout@v4
36
37
- name: REUSE Compliance Check
38
- uses: fsfe/reuse-action@v4
+ uses: fsfe/reuse-action@v5
39
40
- name: Check Markdown files for doxygen
41
run: ${{ github.workspace }}/test/scripts/check_markdown_doxygen.sh ${{ github.workspace }}
.github/workflows/ci_macos.yml
@@ -33,7 +33,7 @@ defaults:
33
jobs:
34
build:
name: ${{ matrix.name }}
- runs-on: macos-12
+ runs-on: macos-14
timeout-minutes: 120
if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' || github.event.label.name == 'lint'
strategy:
0 commit comments