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 9
9
jobs :
10
10
setup_matrix :
11
11
name : " Setup Test Matrix"
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-24 .04
13
13
outputs :
14
14
spec_matrix : ${{ steps.get-matrix.outputs.spec_matrix }}
15
15
40
40
- setup_matrix
41
41
if : ${{ needs.setup_matrix.outputs.spec_matrix != '{}' }}
42
42
43
- runs-on : ubuntu-20 .04
43
+ runs-on : ubuntu-24 .04
44
44
strategy :
45
45
fail-fast : false
46
46
matrix : ${{fromJson(needs.setup_matrix.outputs.spec_matrix)}}
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
setup_matrix :
10
10
name : " Setup Test Matrix"
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-24 .04
12
12
outputs :
13
13
spec_matrix : ${{ steps.get-matrix.outputs.spec_matrix }}
14
14
39
39
- setup_matrix
40
40
if : ${{ needs.setup_matrix.outputs.spec_matrix != '{}' }}
41
41
42
- runs-on : ubuntu-20 .04
42
+ runs-on : ubuntu-24 .04
43
43
strategy :
44
44
fail-fast : false
45
45
matrix : ${{fromJson(needs.setup_matrix.outputs.spec_matrix)}}
You can’t perform that action at this time.
0 commit comments