File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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 10
10
jobs :
11
11
setup_matrix :
12
12
name : " Setup Test Matrix"
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
outputs :
15
15
matrix : ${{ steps.get-matrix.outputs.matrix }}
16
16
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
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
22
22
Integration :
You can’t perform that action at this time.
0 commit comments