File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
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
47
47
- setup_matrix
48
48
if : ${{ needs.setup_matrix.outputs.matrix != '{}' }}
49
49
50
- runs-on : ubuntu-20 .04
50
+ runs-on : ubuntu-24 .04
51
51
strategy :
52
52
fail-fast : false
53
53
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
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
46
46
- setup_matrix
47
47
if : ${{ needs.setup_matrix.outputs.matrix != '{}' }}
48
48
49
- runs-on : ubuntu-20 .04
49
+ runs-on : ubuntu-24 .04
50
50
strategy :
51
51
fail-fast : false
52
52
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
You can’t perform that action at this time.
0 commit comments