Skip to content

Commit 32e3d8f

Browse files
authored
Fix release job dependencies (#4273)
This is a fix-up to #3841 where the job names were not adjusted in one place. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent fade705 commit 32e3d8f

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
@@ -114,7 +114,7 @@ jobs:
114114

115115
test-use-local-toolchain:
116116
name: TestLocalToolchain
117-
needs: [build_bundle_macos_x86_64, build_bundle_macos_aarch64, build_bundle_linux, build_bundle_linux_arm]
117+
needs: [build_bundle_macos_x86_64, build_bundle_macos_aarch64, build_bundle_linux_x86_64, build_bundle_linux_aarch64]
118118
strategy:
119119
matrix:
120120
os: [macos-13, macos-14, ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm]

0 commit comments

Comments
 (0)