File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
Spec :
11
11
uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12
12
with :
13
- runs_on : " ubuntu-20 .04"
13
+ runs_on : " ubuntu-24 .04"
14
14
secrets : " inherit"
15
15
16
16
Acceptance :
17
17
needs : Spec
18
18
uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
19
19
with :
20
- runs_on : " ubuntu-20 .04"
20
+ runs_on : " ubuntu-24 .04"
21
21
secrets : " inherit"
Original file line number Diff line number Diff line change 9
9
Spec :
10
10
uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
11
11
with :
12
- runs_on : " ubuntu-20 .04"
12
+ runs_on : " ubuntu-24 .04"
13
13
secrets : " inherit"
14
14
15
15
Acceptance :
16
16
needs : Spec
17
17
uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
18
18
with :
19
- runs_on : " ubuntu-20 .04"
19
+ runs_on : " ubuntu-24 .04"
20
20
secrets : " inherit"
21
21
You can’t perform that action at this time.
0 commit comments