Skip to content

Commit 7084537

Browse files
committed
(bugfix) Have acceptances run from ubuntu 22.04 github runner
1 parent 3b97d1b commit 7084537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
needs: Spec
1616
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1717
with:
18+
runs_on: "ubuntu-22.04"
1819
flags: "--nightly --platform-exclude centos-7 --platform-exclude oraclelinux-7 --platform-exclude scientific-7"
1920
secrets: "inherit"

0 commit comments

Comments
 (0)