diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 40d855a11..6343e91c9 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only -name: Creates a release +name: Create release on: workflow_dispatch: @@ -18,7 +18,7 @@ on: jobs: create_release: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout sources uses: actions/checkout@v4