Skip to content

Commit 450e7c6

Browse files
committed
Bump ubuntu to latest
1 parent 8bd6979 commit 450e7c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
actionlint:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
timeout-minutes: 10
1616
steps:
1717
- uses: linkerd/dev/actions/setup-tools@v45

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
timeout-minutes: 20
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
docker-build:
3131
needs: [tag]
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-latest
3333
permissions:
3434
packages: write
3535
id-token: write # needed for signing the images with GitHub OIDC Token

0 commit comments

Comments
 (0)