mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
Merge pull request #7501 from ThomasWaldmann/gha-increase-timeout-master
CI: increase timeout / save cpu cycles on macOS
This commit is contained in:
commit
0ba54529a0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -65,8 +65,8 @@ jobs:
|
|||
python-version: '3.11'
|
||||
toxenv: py311-fuse3
|
||||
- os: macos-12
|
||||
python-version: '3.9'
|
||||
toxenv: py39-none # note: no fuse testing, due to #6099, see also #6196.
|
||||
python-version: '3.11'
|
||||
toxenv: py311-none # note: no fuse testing, due to #6099, see also #6196.
|
||||
|
||||
env:
|
||||
# Configure pkg-config to use OpenSSL from Homebrew
|
||||
|
@ -74,7 +74,7 @@ jobs:
|
|||
TOXENV: ${{ matrix.toxenv }}
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 40
|
||||
timeout-minutes: 60
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue