Skip to content

Commit e978a66

Browse files
committed
depot
1 parent c44c557 commit e978a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
167167
case "${{ inputs.runs-on }}" in
168168
ubuntu-22.04*|windows-2022)
169-
build_runs_on="${{ inputs.runs-on }}"
169+
build_runs_on="depot-${{ inputs.runs-on }}"
170170
test_runs_on=$build_runs_on
171171
;;
172172
macos-13)

0 commit comments

Comments
 (0)