Skip to content

Commit e075830

Browse files
committed
Update library versions for MSVC CI
1 parent 63650d7 commit e075830

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/win.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
env:
1212
SPEC_SPLIT_DOTS: 160
13-
CI_LLVM_VERSION: "19.1.7"
13+
CI_LLVM_VERSION: "20.1.7"
1414
CI_LLVM_TARGETS: "X86,AArch64"
1515
CI_LLVM_LDFLAGS: "psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib ws2_32.lib ntdll.lib"
1616

@@ -64,7 +64,7 @@ jobs:
6464
run: .\etc\win-ci\build-iconv.ps1 -BuildTree deps\iconv -Version 1.18
6565
- name: Build libffi
6666
if: steps.cache-libs.outputs.cache-hit != 'true'
67-
run: .\etc\win-ci\build-ffi.ps1 -BuildTree deps\ffi -Version 3.4.7
67+
run: .\etc\win-ci\build-ffi.ps1 -BuildTree deps\ffi -Version 3.5.1
6868
- name: Build zlib
6969
if: steps.cache-libs.outputs.cache-hit != 'true'
7070
run: .\etc\win-ci\build-z.ps1 -BuildTree deps\z -Version 1.3.1
@@ -76,7 +76,7 @@ jobs:
7676
run: .\etc\win-ci\build-yaml.ps1 -BuildTree deps\yaml -Version 0.2.5
7777
- name: Build libxml2
7878
if: steps.cache-libs.outputs.cache-hit != 'true'
79-
run: .\etc\win-ci\build-xml2.ps1 -BuildTree deps\xml2 -Version 2.13.6
79+
run: .\etc\win-ci\build-xml2.ps1 -BuildTree deps\xml2 -Version 2.13.8
8080

8181
- name: Cache OpenSSL
8282
id: cache-openssl
@@ -92,7 +92,7 @@ jobs:
9292
uses: ilammy/setup-nasm@72793074d3c8cdda771dba85f6deafe00623038b # v1.5.2
9393
- name: Build OpenSSL
9494
if: steps.cache-openssl.outputs.cache-hit != 'true'
95-
run: .\etc\win-ci\build-openssl.ps1 -BuildTree deps\openssl -Version 3.4.1
95+
run: .\etc\win-ci\build-openssl.ps1 -BuildTree deps\openssl -Version 3.5.0
9696

9797
x86_64-windows-dlls:
9898
runs-on: windows-2022
@@ -214,7 +214,7 @@ jobs:
214214
uses: ./.github/workflows/win_build_portable.yml
215215
with:
216216
release: true
217-
llvm_version: "19.1.7"
217+
llvm_version: "20.1.7"
218218
llvm_targets: "X86,AArch64"
219219
llvm_ldflags: "psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib ws2_32.lib ntdll.lib"
220220

0 commit comments

Comments
 (0)