mirror of
https://github.com/ben-grande/qusal.git
synced 2025-06-27 07:40:32 -04:00
ci: standardize build host
This commit is contained in:
parent
9ed823aeb6
commit
f196e2f492
1 changed files with 3 additions and 2 deletions
5
.github/workflows/cron.yaml
vendored
5
.github/workflows/cron.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue