Skip to content

Commit eca36aa

Browse files
committed
fix(ci): increase build timeout to 45 minutes for darwin-x64
macos-13 runner is slower and deprecated, 30min timeout is insufficient
1 parent 445a3d1 commit eca36aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/88code-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
pkg: win32-arm64
5959

6060
runs-on: ${{ matrix.runner }}
61-
timeout-minutes: 30
61+
timeout-minutes: 45
6262

6363
steps:
6464
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)