From f196e2f492f5fff0bbd16b46ead5f3ced3736a44 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Wed, 8 Jan 2025 14:33:01 +0100 Subject: [PATCH] ci: standardize build host --- .github/workflows/cron.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index 5a32e17..c4ca1f0 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -1,4 +1,5 @@ -# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. +# yamllint disable-line rule:line-length +# SPDX-FileCopyrightText: 2024 - 2025 Benjamin Grande M. S. # # SPDX-License-Identifier: GPL-3.0-or-later @@ -18,7 +19,7 @@ jobs: pgp-expiration-check: strategy: fail-fast: false - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: