File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 32
32
jobs :
33
33
chef-lint-spec-test :
34
34
name : chef-lint-spec-test
35
- # Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved
36
- runs-on : ubuntu-20.04
35
+ runs-on : ubuntu-24.04
37
36
steps :
38
37
- name : Check out the codebase.
39
38
uses : actions/checkout@v4
46
45
make rake-spec
47
46
48
47
chef-kitchen-matrix :
49
- runs-on : ubuntu-20 .04
48
+ runs-on : ubuntu-24 .04
50
49
steps :
51
50
- name : Check out code
52
51
uses : actions/checkout@v4
80
79
win-matrix : ${{ steps.get-win-matrix.outputs.matrix }}
81
80
82
81
chef-kitchen-linux :
83
- # Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved
84
- runs-on : ubuntu-20.04
82
+ runs-on : ubuntu-24.04
85
83
needs : [chef-lint-spec-test, chef-kitchen-matrix]
86
84
strategy :
87
85
matrix : ${{ fromJSON(needs.chef-kitchen-matrix.outputs.linux-matrix) }}
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ permissions:
17
17
jobs :
18
18
push-release-tag :
19
19
name : Push Release Tag
20
- # Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved
21
- runs-on : ubuntu-20.04
20
+ runs-on : ubuntu-24.04
22
21
if : github.ref == 'refs/heads/main'
23
22
steps :
24
23
- name : Checkout
You can’t perform that action at this time.
0 commit comments