Skip to content

Commit 27639da

Browse files
committed
Fix release job dependencies
This is a fix-up to model-checking#3841 where the job names were not adjusted in one place.
1 parent 42951d1 commit 27639da

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)