Skip to content

Commit ca1b916

Browse files
committed
[ci] fix gha ubuntu runner version issue for docker release
1 parent 98f3c00 commit ca1b916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults:
1414
jobs:
1515
build-docker:
1616
name: build-docker
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- uses: actions/checkout@v4
2020

0 commit comments

Comments
 (0)