Skip to content

Commit c56456d

Browse files
committed
chore: update runner to 22.04
1 parent 823a7bc commit c56456d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ env:
1212

1313
jobs:
1414
main:
15-
runs-on: ubuntu-20.04
16-
timeout-minutes: 20
15+
runs-on: ubuntu-22.04
16+
timeout-minutes: 10
1717
steps:
1818
- name: Check out the repo
1919
uses: actions/checkout@v2

0 commit comments

Comments
 (0)