File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ 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
setup_matrix :
17
17
name : " Setup Test Matrix"
18
18
needs : Spec
19
- runs-on : " ubuntu-20 .04"
19
+ runs-on : " ubuntu-24 .04"
20
20
outputs :
21
21
matrix : ${{ steps.get-matrix.outputs.matrix }}
22
22
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
setup_matrix :
16
16
name : " Setup Test Matrix"
17
17
needs : Spec
18
- runs-on : " ubuntu-20 .04"
18
+ runs-on : " ubuntu-24 .04"
19
19
outputs :
20
20
matrix : ${{ steps.get-matrix.outputs.matrix }}
21
21
You can’t perform that action at this time.
0 commit comments