File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 2424 # macOS
2525 - job_name : macOS 13 x64
2626 os : macos-13
27- - job_name : macOS 12 x64
28- os : macos-12
2927 # Windows
3028 - job_name : Windows x64
3129 os : windows-2022
8381 with :
8482 arch : ${{ env.MODEL == '64' && 'x64' || 'x86' }}
8583
86- # NOTE: Linker ICEs with Xcode 15.0.1 (default version on macos-13)
87- # * https://issues.dlang.org/show_bug.cgi?id=24407
88- # Remove this step if the default gets changed to 15.1 in actions/runner-images.
89- - name : ' macOS 13: Switch to Xcode v15.1'
90- if : matrix.os == 'macos-13'
91- run : sudo xcode-select -switch /Applications/Xcode_15.1.app
92-
9384 - name : ' Posix: Install host compiler'
9485 if : runner.os != 'Windows'
9586 run : cd ../dmd && ci/run.sh install_host_compiler
You can’t perform that action at this time.
0 commit comments