Skip to content

Commit bd8b149

Browse files
committed
Fix
1 parent 03222fc commit bd8b149

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ jobs:
161161
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
162162
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
163163
case "${{ inputs.runs-on }}" in
164-
ubuntu-22.04*)
165-
windows-2022)
164+
ubuntu-22.04*|windows-2022)
166165
build_runs_on="depot-${{ inputs.runs-on }}-16"
167166
test_runs_on=$build_runs_on
168167
;;

0 commit comments

Comments
 (0)