Skip to content

Commit e564c03

Browse files
authored
Update ci.yaml
1 parent ea7ce2a commit e564c03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
# macOS
3232
- os: macos-latest
3333
docker_channel: stable
34-
docker_version: 20.10
34+
docker_version: "20.10"
3535
runs-on: ${{ matrix.os }}
36-
timeout-minutes: 7
36+
timeout-minutes: 20
3737
steps:
3838
- uses: actions/checkout@main
3939
with:
@@ -68,7 +68,7 @@ jobs:
6868
os:
6969
- ubuntu-latest
7070
- macos-latest
71-
timeout-minutes: 7
71+
timeout-minutes: 20
7272
defaults:
7373
run:
7474
shell: bash --noprofile --norc -exo pipefail {0}

0 commit comments

Comments
 (0)