Skip to content

Commit 85f98d1

Browse files
authored
[chore][ci]otelcol-fips: remove ubuntu-20.04 GH runner (#6091)
1 parent 02fe57e commit 85f98d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/otelcol-fips.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727

2828
jobs:
2929
otelcol-fips:
30-
runs-on: ${{ fromJSON('["ubuntu-20.04", "otel-arm64"]')[matrix.GOARCH == 'arm64'] }}
30+
runs-on: ${{ fromJSON('["ubuntu-24.04", "otel-arm64"]')[matrix.GOARCH == 'arm64'] }}
3131
strategy:
3232
matrix:
3333
include:
@@ -81,7 +81,7 @@ jobs:
8181
if: matrix.FIPSMODE == '0' && steps.run-otelcol.outcome == 'success'
8282

8383
docker-otelcol-fips:
84-
runs-on: ${{ fromJSON('["ubuntu-20.04", "otel-arm64"]')[matrix.ARCH == 'arm64'] }}
84+
runs-on: ${{ fromJSON('["ubuntu-24.04", "otel-arm64"]')[matrix.ARCH == 'arm64'] }}
8585
needs: [ otelcol-fips ]
8686
strategy:
8787
matrix:

0 commit comments

Comments
 (0)