We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 613ab04 + fe0d67b commit 90e85eeCopy full SHA for 90e85ee
.github/workflows/libcxx-build-and-test.yaml
@@ -260,11 +260,11 @@ jobs:
260
- name: Install a current LLVM
261
if: ${{ matrix.mingw != true }}
262
run: |
263
- choco install -y llvm --version=19.1.7 --allow-downgrade
+ choco install -y llvm --version=20.1.8 --allow-downgrade
264
- name: Install llvm-mingw
265
if: ${{ matrix.mingw == true }}
266
267
- curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250114/llvm-mingw-20250114-ucrt-x86_64.zip
+ curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250709/llvm-mingw-20250709-ucrt-x86_64.zip
268
powershell Expand-Archive llvm-mingw*.zip -DestinationPath .
269
del llvm-mingw*.zip
270
mv llvm-mingw* c:\llvm-mingw
0 commit comments