Skip to content

Commit 82c2fa5

Browse files
committed
Fix
1 parent a7a2417 commit 82c2fa5

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
@@ -165,7 +165,7 @@ jobs:
165165
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
166166
case "${{ inputs.runs-on }}" in
167167
ubuntu-22.04*|windows-2022)
168-
build_runs_on="depot-${{ inputs.runs-on }}-64"
168+
build_runs_on="depot-${{ inputs.runs-on }}-16"
169169
test_runs_on=$build_runs_on
170170
;;
171171
macos-13)

0 commit comments

Comments
 (0)