mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-05 15:31:37 +00:00
Try larger runner
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
bfba2a6cf8
commit
cbeaa673ad
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user