Skip to content

Commit 9170da0

Browse files
test
1 parent 2de401f commit 9170da0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/chef-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- chef-kitchen-tests
89
paths:
910
- '.github/workflows/chef-test.yml'
1011
- 'deployments/chef/**'
@@ -77,7 +78,7 @@ jobs:
7778

7879
chef-kitchen-linux:
7980
# Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved
80-
runs-on: ubuntu-20.04
81+
runs-on: ubuntu-22.04
8182
needs: [chef-lint-spec-test, chef-kitchen-matrix]
8283
strategy:
8384
matrix: ${{ fromJSON(needs.chef-kitchen-matrix.outputs.linux-matrix) }}

0 commit comments

Comments
 (0)