Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 authored Jan 20, 2021
1 parent ea7ce2a commit e564c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# macOS
- os: macos-latest
docker_channel: stable
docker_version: 20.10
docker_version: "20.10"
runs-on: ${{ matrix.os }}
timeout-minutes: 7
timeout-minutes: 20
steps:
- uses: actions/checkout@main
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
timeout-minutes: 7
timeout-minutes: 20
defaults:
run:
shell: bash --noprofile --norc -exo pipefail {0}
Expand Down

0 comments on commit e564c03

Please sign in to comment.