Skip to content

Commit 24c443e

Browse files
committed
bootstrap host d compiler needs bug fix from upstream maybe
1 parent 0b09377 commit 24c443e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/1-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ runs:
110110
uses: dlang-community/setup-dlang@v1
111111
with:
112112
# macOS arm64: use LDC v1.40.0 using LLVM v17, as Xcode v16
113-
compiler: ${{ inputs.arch == 'arm64' && 'ldc-1.40.0' || 'ldc-1.39.0' }}
113+
compiler: ${{ inputs.arch == 'arm64' && 'ldc-latest' || 'ldc-1.39.0' }}
114114
- name: 'Posix: Clear LD_LIBRARY_PATH env variable' # don't use host druntime/Phobos .so/.dylib etc.
115115
if: runner.os != 'Windows'
116116
shell: bash

0 commit comments

Comments
 (0)