Skip to content

Commit b2e2dab

Browse files
committed
Update GitHub actions base runner image
Updates GitHub actions base runner image to latest image (Ubuntu-22.04). Signed-off-by: Austin Vazquez <[email protected]>
1 parent b1f58fe commit b2e2dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version: v1.51.2
2323

2424
commit:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
# Only check commits on pull requests.
2727
if: github.event_name == 'pull_request'
2828
steps:
@@ -40,7 +40,7 @@ jobs:
4040
error: 'Subject too long (max 72)'
4141

4242
test:
43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-22.04
4444
strategy:
4545
fail-fast: false
4646
matrix:

0 commit comments

Comments
 (0)