File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,18 +66,18 @@ jobs:
6666          - ubuntu-24.04 
6767          - windows-2022 
6868        vcpkg-version :
69-           - 2025.06.13   #  https://github.com/microsoft/vcpkg/releases
69+           - 2025.08.27   #  https://github.com/microsoft/vcpkg/releases
7070        vcpkg-features-cache-key :
7171          - full 
7272        vcpkg-features :
7373          - contrib,nonfree,ade,opencl 
7474        include :
7575          - os-image : windows-2022 
76-             vcpkg-version : 2025.06.13  
76+             vcpkg-version : 2025.08.27  
7777            vcpkg-features-cache-key : min 
7878            vcpkg-features : contrib 
7979          - os-image : macos-14 
80-             vcpkg-version : 2025.06.13  
80+             vcpkg-version : 2025.08.27  
8181            vcpkg-features-cache-key : full-no-opencl 
8282            vcpkg-features : contrib,nonfree,ade 
8383    runs-on : ${{ matrix.os-image }} 
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ elif [[ "$os_family" == "macOS" ]]; then
3131		" $ci_dir /install-macos-framework.sh" 
3232	fi 
3333elif  [[ " $os_family " ==  " Windows" ;  then 
34- 	export  CHOCO_LLVM_VERSION=20 .1.8  #  https://community.chocolatey.org/packages/llvm#versionhistory
34+ 	export  CHOCO_LLVM_VERSION=21 .1.0  #  https://community.chocolatey.org/packages/llvm#versionhistory
3535	if  [[ " ${VCPKG_VERSION:- } " !=  " " ;  then  #  vcpkg build
3636		" $ci_dir /install-windows-vcpkg.sh" 
3737	else  #  chocolatey build
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments