Skip to content

Commit 215da66

Browse files
authored
Merge pull request #256 from seqan/dependabot/github_actions/fsfe/reuse-action-5
Bump fsfe/reuse-action from 4 to 5
2 parents c4367d1 + 15d0c14 commit 215da66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: REUSE Compliance Check
38-
uses: fsfe/reuse-action@v4
38+
uses: fsfe/reuse-action@v5
3939

4040
- name: Check Markdown files for doxygen
4141
run: ${{ github.workspace }}/test/scripts/check_markdown_doxygen.sh ${{ github.workspace }}

.github/workflows/ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defaults:
3333
jobs:
3434
build:
3535
name: ${{ matrix.name }}
36-
runs-on: macos-12
36+
runs-on: macos-14
3737
timeout-minutes: 120
3838
if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' || github.event.label.name == 'lint'
3939
strategy:

0 commit comments

Comments
 (0)