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

@ -10,7 +10,7 @@ on:
jobs:
trigger-gitlab:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
IMAGEBUILDER_BOT_GITLAB_SSH_KEY: ${{ secrets.IMAGEBUILDER_BOT_GITLAB_SSH_KEY }}
steps: