diff options
author | 2022-10-26 16:41:29 -0700 | |
---|---|---|
committer | 2022-10-26 16:41:29 -0700 | |
commit | cc1b340cff83d06c03da768290313209f697cae5 (patch) | |
tree | 50f773810a9d696539a766dda57feb5a13978120 | |
parent | 8ccf5a07ca698a6dee8623738d3aa2b75b6171f8 (diff) | |
download | bun-cc1b340cff83d06c03da768290313209f697cae5.tar.gz bun-cc1b340cff83d06c03da768290313209f697cae5.tar.zst bun-cc1b340cff83d06c03da768290313209f697cae5.zip |
Limit concurrency for MacOS Object actions
-rw-r--r-- | .github/workflows/bun-mac-aarch64.yml | 1 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64-baseline.yml | 1 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/bun-mac-aarch64.yml b/.github/workflows/bun-mac-aarch64.yml index 6efbcc8d9..17cd3a10a 100644 --- a/.github/workflows/bun-mac-aarch64.yml +++ b/.github/workflows/bun-mac-aarch64.yml @@ -28,6 +28,7 @@ jobs: macos-object-files: name: macOS Object runs-on: zig-object + concurrency: macos strategy: matrix: include: diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml index 45c48ffe5..cebab1edd 100644 --- a/.github/workflows/bun-mac-x64-baseline.yml +++ b/.github/workflows/bun-mac-x64-baseline.yml @@ -28,6 +28,7 @@ jobs: macos-object-files: name: macOS Object runs-on: zig-object + concurrency: macos strategy: matrix: include: diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml index 1744d72b8..7519dab11 100644 --- a/.github/workflows/bun-mac-x64.yml +++ b/.github/workflows/bun-mac-x64.yml @@ -28,6 +28,7 @@ jobs: macos-object-files: name: macOS Object runs-on: zig-object + concurrency: macos strategy: matrix: include: |