Skip to content

Commit

Permalink
add smaller timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 6, 2024
1 parent 630002e commit 9118ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
build:
name: macOS Build
runs-on: macOS-14
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
runs-on: macos-14
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 9118ca0

Please sign in to comment.