File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 8888 # We use ubuntu-22.04 rather than the latest version to make the built
8989 # binaries more portable (eg functional aginast older glibc).
9090 runs-on :
91+ - ubuntu-22.04
92+ - ubuntu-22.04-arm
93+ - macos-13
94+ - macos-14
9195 - windows-2022
9296
9397 uses : ./.github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change @@ -158,16 +158,16 @@ jobs:
158158
159159 build_flang="true"
160160
161- if [ "$RUNNER_OS" = "Windows" ]; then
161+ # if [ "$RUNNER_OS" = "Windows" ]; then
162162 # The build times out on Windows, so we need to disable LTO.
163- target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
164- fi
163+ # target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
164+ # fi
165165
166166 echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
167167 echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
168168 case "${{ inputs.runs-on }}" in
169169 ubuntu-22.04*|windows-2022)
170- build_runs_on="depot-${{ inputs.runs-on }}-64 "
170+ build_runs_on="depot-${{ inputs.runs-on }}-16 "
171171 test_runs_on=$build_runs_on
172172 ;;
173173 macos-13)
You can’t perform that action at this time.
0 commit comments