Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Sep 18, 2023
1 parent 59ee1cb commit c092611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
test:
timeout-minutes: 15
timeout-minutes: 20
runs-on: macos-13
strategy:
matrix:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}

spm-test:
timeout-minutes: 15
timeout-minutes: 20
runs-on: macos-13
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}

xcode-test-5_5:
timeout-minutes: 15
timeout-minutes: 20
needs: linux
runs-on: macos-12
steps:
Expand Down

0 comments on commit c092611

Please sign in to comment.