Skip to content

Commit

Permalink
Allocate more time for macos workers.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Nov 9, 2024
1 parent a181562 commit fc060f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

assemble-ios:
runs-on: macos-latest
timeout-minutes: 15
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
deploy-docs:
runs-on: macos-latest
timeout-minutes: 15
timeout-minutes: 30

environment:
name: github-pages
Expand Down

0 comments on commit fc060f2

Please sign in to comment.