File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions: read-all
1212
1313jobs :
1414 build-linux-amd64 :
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1616 steps :
1717 - uses : actions/checkout@v4
1818 with :
3535 path : dist/
3636
3737 build-linux-arm64 :
38- runs-on : ubuntu-latest
38+ runs-on : ubuntu-22.04
3939 steps :
4040 - uses : actions/checkout@v4
4141 with :
@@ -134,7 +134,7 @@ jobs:
134134
135135 generate-manifest :
136136 needs : [build-linux-amd64, build-linux-arm64, build-macos-arm64, build-windows]
137- runs-on : ubuntu-latest
137+ runs-on : ubuntu-22.04
138138 steps :
139139 - uses : actions/checkout@v4
140140 with :
@@ -165,7 +165,7 @@ jobs:
165165
166166 build :
167167 name : Build, lint and unit tests
168- runs-on : ubuntu-latest
168+ runs-on : ubuntu-22.04
169169 needs : generate-manifest
170170 outputs :
171171 plugin-id : ${{ steps.metadata.outputs.plugin-id }}
@@ -259,7 +259,7 @@ jobs:
259259
260260 resolve-versions :
261261 name : Resolve e2e images
262- runs-on : ubuntu-latest
262+ runs-on : ubuntu-22.04
263263 timeout-minutes : 3
264264 needs : build
265265 if : ${{ needs.build.outputs.has-e2e == 'true' }}
@@ -280,7 +280,7 @@ jobs:
280280 matrix :
281281 GRAFANA_IMAGE : ${{fromJson(needs.resolve-versions.outputs.matrix)}}
282282 name : e2e test ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }}
283- runs-on : ubuntu-latest
283+ runs-on : ubuntu-22.04
284284 steps :
285285 - uses : actions/checkout@v4
286286
You can’t perform that action at this time.
0 commit comments