[gha] limit macos concurrent build to one

This commit is contained in:
R4SAS 2025-11-08 00:42:58 +03:00 committed by GitHub
parent f386b2e209
commit 1a8a0df1df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,9 @@ on:
branches:
- '*'
concurrency:
group: ${{ github.workflow }}
jobs:
build:
name: Build on ${{ matrix.target-name }}