Skip to content

Commit

Permalink
chore: update runner to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
beevelop committed Oct 18, 2023
1 parent 823a7bc commit c56456d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ env:

jobs:
main:
runs-on: ubuntu-20.04
timeout-minutes: 20
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit c56456d

Please sign in to comment.