Skip to content

Commit 279109b

Browse files
committed
[LDC] CI: Bump used Android NDK and host clang on Windows
1 parent 6ee6457 commit 279109b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ldc-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: ./.github/actions/1-setup
8484
with:
8585
# on Windows, the MSVC headers require clang 16+
86-
clang_version: ${{ runner.os == 'Windows' && '18.1.6' || env.CLANG_VERSION }}
86+
clang_version: ${{ runner.os == 'Windows' && '18.1.8' || env.CLANG_VERSION }}
8787
arch: ${{ matrix.arch }}
8888
# BOLT supports ELF binaries only, so include it for Linux packages only
8989
- name: Build & install LLVM incl. LLD, compiler-rt${{ runner.os == 'Linux' && ', BOLT' || '' }}
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ${{ matrix.host_os }}
131131
timeout-minutes: 240
132132
env:
133-
ANDROID_NDK_VERSION: r26d
133+
ANDROID_NDK_VERSION: r27
134134
steps:
135135
- uses: actions/checkout@v4
136136
- name: Install prerequisites

0 commit comments

Comments
 (0)