mirror of
https://github.com/curl/curl.git
synced 2026-08-09 01:14:18 +03:00
GHA: reduce timeouts for Linux and macOS jobs
Also syncing the run tests timeout in GHA/linux with GHA/maos. Closes #19582
This commit is contained in:
parent
1cbe510d8b
commit
54a3f63520
2 changed files with 3 additions and 3 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -205,7 +205,7 @@ jobs:
|
|||
macos:
|
||||
name: "${{ matrix.build.generate && 'CM' || 'AM' }} ${{ matrix.compiler }} ${{ matrix.build.name }}"
|
||||
runs-on: 'macos-15'
|
||||
timeout-minutes: 45
|
||||
timeout-minutes: 25
|
||||
env:
|
||||
DEVELOPER_DIR: "/Applications/Xcode${{ matrix.build.xcode && format('_{0}', matrix.build.xcode) || '' }}.app/Contents/Developer"
|
||||
CC: '${{ matrix.compiler }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue