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 a7a2417 commit 82c2fa5Copy full SHA for 82c2fa5
.github/workflows/release-binaries.yml
@@ -165,7 +165,7 @@ jobs:
165
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
166
case "${{ inputs.runs-on }}" in
167
ubuntu-22.04*|windows-2022)
168
- build_runs_on="depot-${{ inputs.runs-on }}-64"
+ build_runs_on="depot-${{ inputs.runs-on }}-16"
169
test_runs_on=$build_runs_on
170
;;
171
macos-13)
0 commit comments