ci: standardize build host

This commit is contained in:
Ben Grande 2025-01-08 14:33:01 +01:00
parent 9ed823aeb6
commit f196e2f492
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -1,4 +1,5 @@
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
# yamllint disable-line rule:line-length
# SPDX-FileCopyrightText: 2024 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# 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: