File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666  linux :
6767    if : (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw') 
6868    needs : [prepare] 
69-     runs-on : ubuntu-20 .04 
69+     runs-on : ubuntu-22 .04 
7070    steps :
7171      - uses : actions/checkout@v4 
7272      - name : Build 
@@ -109,7 +109,7 @@ jobs:
109109  linux-cross-aarch64 :
110110    if : (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw') 
111111    needs : [linux, prepare] 
112-     runs-on : ubuntu-20 .04 
112+     runs-on : ubuntu-22 .04 
113113    steps :
114114      - uses : actions/checkout@v4 
115115      - name : Build 
@@ -225,7 +225,7 @@ jobs:
225225    steps :
226226      - name : Unpack cross toolchain 
227227        run : | 
228-           curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20240726/llvm-mingw-20240726-ucrt-ubuntu-20 .04-x86_64.tar.xz 
228+           curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20240726/llvm-mingw-20240726-ucrt-ubuntu-22 .04-x86_64.tar.xz 
229229          tar -Jxf llvm-mingw-*.tar.xz 
230230          rm llvm-mingw-*.tar.xz 
231231          sudo mv llvm-mingw* /opt/llvm-mingw 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments