Try larger runner

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-12-06 23:43:30 +07:00
parent bfba2a6cf8
commit cbeaa673ad
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -553,7 +553,7 @@ jobs:
# if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }}
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }}
needs: build
runs-on: macos-latest
runs-on: macos-latest-xl
timeout-minutes: 60
steps:
- uses: actions/checkout@v4