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 24
24
# macOS
25
25
- job_name : macOS 13 x64
26
26
os : macos-13
27
- - job_name : macOS 12 x64
28
- os : macos-12
29
27
# Windows
30
28
- job_name : Windows x64
31
29
os : windows-2022
83
81
with :
84
82
arch : ${{ env.MODEL == '64' && 'x64' || 'x86' }}
85
83
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
-
93
84
- name : ' Posix: Install host compiler'
94
85
if : runner.os != 'Windows'
95
86
run : cd ../dmd && ci/run.sh install_host_compiler
You can’t perform that action at this time.
0 commit comments