Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c56456d

Browse files
committedOct 18, 2023
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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.