mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
GHA: Switch to old Xcode as workaround for macOS-13 jobs
This commit is contained in:
parent
2423b93798
commit
85b807cd2d
1 changed files with 7 additions and 0 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue