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 59f4186 commit 2c0e6eeCopy full SHA for 2c0e6ee
.github/workflows/release-binaries.yml
@@ -162,7 +162,7 @@ jobs:
162
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
163
case "${{ inputs.runs-on }}" in
164
ubuntu-22.04*|windows-2022)
165
- build_runs_on="depot-${{ inputs.runs-on }}-16"
+ build_runs_on="depot-${{ inputs.runs-on }}-64"
166
test_runs_on=$build_runs_on
167
;;
168
macos-13)
0 commit comments