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 bba97cc commit 61f3021Copy full SHA for 61f3021
.github/workflows/release-binaries.yml
@@ -183,7 +183,8 @@ jobs:
183
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
184
case "${{ inputs.runs-on }}" in
185
ubuntu-22.04*|windows-2022)
186
- build_runs_on="depot-${{ inputs.runs-on }}-16"
+ build_runs_on=windows-2022
187
+ #"depot-${{ inputs.runs-on }}-16"
188
test_runs_on=$build_runs_on
189
;;
190
macos-13)
@@ -214,7 +215,7 @@ jobs:
214
215
build-release-package:
216
name: "Build Release Package"
217
needs: prepare
- if: false && github.repository_owner == 'llvm'
218
+ if: github.repository_owner == 'llvm'
219
runs-on: ${{ needs.prepare.outputs.build-runs-on }}
220
steps:
221
0 commit comments