Skip to content

Commit

Permalink
Github actions: Give slow macOS machines more time
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 19, 2022
1 parent 5971549 commit 49d07bd
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 @@ -221,7 +221,7 @@ jobs:

macos10-dev:
runs-on: macos-10.15
timeout-minutes: 40
timeout-minutes: 60
env:
CC: clang
CXX: clang++
Expand All @@ -239,7 +239,7 @@ jobs:

macos11-dev:
runs-on: macos-11
timeout-minutes: 40
timeout-minutes: 60
env:
CC: clang
CXX: clang++
Expand All @@ -257,7 +257,7 @@ jobs:

macos11-release:
runs-on: macos-11
timeout-minutes: 40
timeout-minutes: 60
env:
CC: clang
CXX: clang++
Expand Down

0 comments on commit 49d07bd

Please sign in to comment.