Skip to content

Commit f9fea47

Browse files
committed
ci: run universal in sequence to avoid race
1 parent 32c5944 commit f9fea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
build-universal-macos:
184184
name: Universal macOS
185185
runs-on: macos-latest
186-
needs: [semantic-version, update-version, build-matrix]
186+
needs: [semantic-version, update-version, build-matrix, create-release]
187187
steps:
188188
- uses: actions/checkout@v5
189189
with:

0 commit comments

Comments
 (0)