mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Limit concurrency for MacOS Object actions
This commit is contained in:
1
.github/workflows/bun-mac-aarch64.yml
vendored
1
.github/workflows/bun-mac-aarch64.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
||||
macos-object-files:
|
||||
name: macOS Object
|
||||
runs-on: zig-object
|
||||
concurrency: macos
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
1
.github/workflows/bun-mac-x64-baseline.yml
vendored
1
.github/workflows/bun-mac-x64-baseline.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
||||
macos-object-files:
|
||||
name: macOS Object
|
||||
runs-on: zig-object
|
||||
concurrency: macos
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
1
.github/workflows/bun-mac-x64.yml
vendored
1
.github/workflows/bun-mac-x64.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
||||
macos-object-files:
|
||||
name: macOS Object
|
||||
runs-on: zig-object
|
||||
concurrency: macos
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user