|
|
@@ -148,7 +148,8 @@ jobs:
|
|
|
TOXENV: ${{ matrix.toxenv }}
|
|
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
- timeout-minutes: 180
|
|
|
+ # macOS machines can be slow, if overloaded.
|
|
|
+ timeout-minutes: 360
|
|
|
|
|
|
steps:
|
|
|
- uses: actions/checkout@v4
|
|
|
@@ -450,7 +451,7 @@ jobs:
|
|
|
if: startsWith(github.ref, 'refs/tags/') && matrix.do_binaries
|
|
|
uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
- name: ${{ matrix.os }}-${{ matrix.version }}-dist
|
|
|
+ name: ${{ matrix.artifact_prefix }}
|
|
|
path: artifacts/*
|
|
|
if-no-files-found: ignore
|
|
|
|