We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03222fc commit bd8b149Copy full SHA for bd8b149
.github/workflows/release-binaries.yml
@@ -161,8 +161,7 @@ jobs:
161
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
162
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
163
case "${{ inputs.runs-on }}" in
164
- ubuntu-22.04*)
165
- windows-2022)
+ ubuntu-22.04*|windows-2022)
166
build_runs_on="depot-${{ inputs.runs-on }}-16"
167
test_runs_on=$build_runs_on
168
;;
0 commit comments