Skip to content

Commit 27dc3d8

Browse files
Add 60 minute timeout to build step of macos-build matrix job
1 parent b9cc2f1 commit 27dc3d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
run: ${{ inputs.macos_pre_build_command }}
140140
- name: Build / Test
141141
run: ${{ inputs.macos_build_command }}
142+
timeout-minutes: 60
142143

143144
linux-build:
144145
name: Linux (${{ matrix.swift_version }} - ${{ matrix.os_version }})

0 commit comments

Comments
 (0)