Skip to content

(CAT-2296) Update github runner image to ubuntu-24.04 #666

(CAT-2296) Update github runner image to ubuntu-24.04

(CAT-2296) Update github runner image to ubuntu-24.04 #666

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
with:
runs_on: "ubuntu-24.04"
secrets: "inherit"
Acceptance:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
with:
runs_on: "ubuntu-24.04"
secrets: "inherit"