GHA: Switch to old Xcode as workaround for macOS-13 jobs

This commit is contained in:
Martin Kinkelin 2024-02-16 20:38:25 +01:00 committed by Iain Buclaw
parent 2423b93798
commit 85b807cd2d

View file

@ -101,6 +101,13 @@ jobs:
with:
arch: ${{ env.MODEL == '64' && 'x64' || 'x86' }}
# FIXME: starting with Xcode 15:
# * https://issues.dlang.org/show_bug.cgi?id=24137
# * https://issues.dlang.org/show_bug.cgi?id=24399
- name: 'macOS 13: Switch to Xcode v14'
if: matrix.os == 'macos-13'
run: sudo xcode-select -switch /Applications/Xcode_14.3.1.app
- name: 'Posix: Install host compiler'
if: runner.os != 'Windows'
run: ci/run.sh install_host_compiler