From 27dc3d8db3cd8786df0b0d5dab1ac59a98dcd7d4 Mon Sep 17 00:00:00 2001 From: Si Beaumont Date: Tue, 13 May 2025 15:41:03 +0100 Subject: [PATCH] Add 60 minute timeout to build step of macos-build matrix job --- .github/workflows/swift_package_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/swift_package_test.yml b/.github/workflows/swift_package_test.yml index 68eb41b7..7dee2636 100644 --- a/.github/workflows/swift_package_test.yml +++ b/.github/workflows/swift_package_test.yml @@ -139,6 +139,7 @@ jobs: run: ${{ inputs.macos_pre_build_command }} - name: Build / Test run: ${{ inputs.macos_build_command }} + timeout-minutes: 60 linux-build: name: Linux (${{ matrix.swift_version }} - ${{ matrix.os_version }})