From 17e259b90e616c1e5130e5b2e05d8a38f64eb2b5 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Thu, 10 Oct 2024 19:33:05 -0500 Subject: [PATCH] Chore: Attempt 4 --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c532f3ce6..ae8804f61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,6 @@ jobs: release: name: Release for ${{ matrix.platform.name }} runs-on: ${{ matrix.platform.os }} - timeout-minutes: ${{ vars.JOB_TIMEOUT }} strategy: matrix: platform: @@ -147,7 +146,6 @@ jobs: macos_release: name: Release MacOS universal runs-on: ubuntu-latest - timeout-minutes: ${{ vars.JOB_TIMEOUT }} steps: - uses: actions/checkout@v4