Skip to content

Commit 6637e54

Browse files
committed
Fix typo
1 parent 030d03d commit 6637e54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,10 @@ jobs:
165165
build_runs_on="depot-macos-14"
166166
fi
167167
test_runs_on="${{ inputs.runs-on }}"
168+
;;
168169
*)
169-
runs_on="${{ inputs.runs-on }}"
170-
multi_stage="true"
170+
test_runs_on="${{ inputs.runs-on }}"
171+
build_runs_on=$test_runs_on
171172
;;
172173
esac
173174
echo "build-runs-on=$build_runs_on" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)