workflows: Switch utility workflows to using ubuntu-24.04

Pin the os version at 24.04 to avoid unexpected changes that can happen
when using ubuntu-latest
This commit is contained in:
Brian C. Lane 2025-02-12 09:56:55 -08:00 committed by Simon de Vlieger
parent 26b48e87a9
commit d30cbde6f8
8 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@ on: [pull_request, push]
jobs:
generate_documentation:
name: "Documentation"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: docker.io/library/python:3.7
steps:
@ -35,7 +35,7 @@ jobs:
generate_test_data:
name: "Test Data"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
OSBUILD_MPP_CACHEDIR: "/var/tmp/osbuild-mpp-cache"
steps: