File tree Expand file tree Collapse file tree 10 files changed +21
-21
lines changed
Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ permissions:
1212
1313jobs :
1414 actionlint :
15- runs-on : ubuntu-22 .04
15+ runs-on : ubuntu-24 .04
1616 timeout-minutes : 10
1717 steps :
1818 - uses : linkerd/dev/actions/setup-tools@v47
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020 - run : just action-lint
2121
2222 devcontainer-versions :
23- runs-on : ubuntu-22 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - uses : linkerd/dev/actions/setup-tools@v47
2626 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Original file line number Diff line number Diff line change 1919 cni : [flannel, calico, cilium]
2020 iptables-mode : [legacy, nft]
2121 timeout-minutes : 15
22- runs-on : ubuntu-22 .04
22+ runs-on : ubuntu-24 .04
2323 steps :
2424 - uses : linkerd/dev/actions/setup-tools@v47
2525 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -30,15 +30,15 @@ jobs:
3030 ordering-test :
3131 continue-on-error : true
3232 timeout-minutes : 15
33- runs-on : ubuntu-22 .04
33+ runs-on : ubuntu-24 .04
3434 steps :
3535 - uses : linkerd/dev/actions/setup-tools@v47
3636 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3737 - name : Run CNI ordering tests
3838 run : just cni-plugin-test-ordering
3939 repair-controller :
4040 timeout-minutes : 15
41- runs-on : ubuntu-22 .04
41+ runs-on : ubuntu-24 .04
4242 steps :
4343 - uses : linkerd/dev/actions/setup-tools@v47
4444 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ permissions:
1313
1414jobs :
1515 lint :
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 container : ghcr.io/linkerd/dev:v47-go
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020 - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
2121 - run : just go-lint --verbose --timeout=10m
2222
2323 fmt :
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 container : ghcr.io/linkerd/dev:v47-go
2626 steps :
2727 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2828 - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
2929 - run : just go-fmt-check
3030
3131 unit-test :
32- runs-on : ubuntu-22 .04
32+ runs-on : ubuntu-24 .04
3333 container : ghcr.io/linkerd/dev:v47-go
3434 steps :
3535 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Original file line number Diff line number Diff line change 1313jobs :
1414 proxy-init-integration :
1515 timeout-minutes : 15
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - uses : linkerd/dev/actions/setup-tools@v47
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Original file line number Diff line number Diff line change 1212jobs :
1313 md-lint :
1414 timeout-minutes : 5
15- runs-on : ubuntu-22 .04
15+ runs-on : ubuntu-24 .04
1616 steps :
1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1818 - uses : DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 meta :
1515 timeout-minutes : 3
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1919 - id : meta
2727
2828 docker-publish :
2929 needs : meta
30- runs-on : ubuntu-22 .04
30+ runs-on : ubuntu-24 .04
3131 timeout-minutes : 25
3232 permissions :
3333 id-token : write # needed for signing the images with GitHub OIDC token
7777 timeout-minutes : 5
7878 permissions :
7979 contents : write
80- runs-on : ubuntu-22 .04
80+ runs-on : ubuntu-24 .04
8181 steps :
8282 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
8383 - if : needs.meta.outputs.mode == 'release'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 meta :
1515 timeout-minutes : 3
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1919 - uses : ./.github/actions/version-mode
2727
2828 docker-publish :
2929 needs : meta
30- runs-on : ubuntu-22 .04
30+ runs-on : ubuntu-24 .04
3131 timeout-minutes : 10
3232 permissions :
3333 id-token : write # needed for signing the images with GitHub OIDC token
7777 timeout-minutes : 5
7878 permissions :
7979 contents : write
80- runs-on : ubuntu-22 .04
80+ runs-on : ubuntu-24 .04
8181 steps :
8282 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
8383 - if : needs.meta.outputs.mode == 'release'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 meta :
1515 timeout-minutes : 15
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 container : ghcr.io/linkerd/dev:v47-rust
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3939 - os : windows
4040 arch : arm
4141 timeout-minutes : 10
42- runs-on : ubuntu-22 .04
42+ runs-on : ubuntu-24 .04
4343 container : ghcr.io/linkerd/dev:v47-rust-musl
4444 steps :
4545 - name : Install MinGW
5959 timeout-minutes : 5
6060 permissions :
6161 contents : write
62- runs-on : ubuntu-22 .04
62+ runs-on : ubuntu-24 .04
6363 steps :
6464 - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
6565 with :
Original file line number Diff line number Diff line change 1313jobs :
1414 check :
1515 timeout-minutes : 5
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 container : ghcr.io/linkerd/dev:v47-rust
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Original file line number Diff line number Diff line change 1313jobs :
1414 sh-lint :
1515 timeout-minutes : 5
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - uses : linkerd/dev/actions/setup-tools@v47
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
You can’t perform that action at this time.
0 commit comments