Skip to content

Commit

Permalink
Give MacOS 11 CI runs more time, Homebrew is slower now
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Dec 17, 2023
1 parent ba55815 commit 1f63710
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_macos11_clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
runs-on: macos-11
timeout-minutes: 30
timeout-minutes: 60

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos11_gcc_gfortran.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: macos-11
timeout-minutes: 30
timeout-minutes: 60

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1f63710

Please sign in to comment.