From 0e415a41e8a9c1345c6c4f9fe9bfeed50b10a4e9 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 19 Nov 2024 19:03:14 +0100 Subject: [PATCH] Fix ICLA check This fixes the ICLA check by copying the relevant changes (mainly updating Ubuntu) over from the `opencast/opencast` repository. --- .github/workflows/check-icla.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-icla.yml b/.github/workflows/check-icla.yml index ec1102cde..a1bf0f27f 100644 --- a/.github/workflows/check-icla.yml +++ b/.github/workflows/check-icla.yml @@ -7,8 +7,10 @@ on: jobs: main: if: github.event.pull_request.user.login != 'dependabot[bot]' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: + - uses: actions/setup-python@v5 + - name: Install Python module run: pip install --break-system-packages apereocla