Skip to content

Commit 55db6ea

Browse files
committed
Run on github
1 parent a9a4406 commit 55db6ea

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
@@ -188,7 +188,7 @@ jobs:
188188
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
189189
case "${{ inputs.runs-on }}" in
190190
ubuntu-22.04*|windows-2022)
191-
build_runs_on="depot-${{ inputs.runs-on }}-16"
191+
build_runs_on="${{ inputs.runs-on }}"
192192
test_runs_on=$build_runs_on
193193
;;
194194
macos-13)

0 commit comments

Comments
 (0)