File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030jobs :
3131  #  This workflow contains a single job called "Xaml-Style-Check"
3232  Xaml-Style-Check :
33-     runs-on : windows-latest  
33+     runs-on : windows-2022  
3434
3535    #  Steps represent a sequence of tasks that will be executed as part of the job
3636    steps :
5858  #  Build both Uno.UI/WinUI2/UWP and Uno.WinUI/WinUI3/WindowsAppSDK versions of our packages using a matrix
5959  build :
6060    needs : [Xaml-Style-Check] 
61-     runs-on : windows-latest-large  
61+     runs-on : windows-2022  
6262
6363    #  See https://docs.github.com/actions/using-jobs/using-a-matrix-for-your-jobs
6464    strategy :
@@ -236,7 +236,7 @@ jobs:
236236          dotnet-dump analyze ${{ steps.filter.outputs.dump_files }} -c "clrstack" -c "pe -lines" -c "exit" 
237237
238238   package :
239-     runs-on : windows-latest-large  
239+     runs-on : windows-2022  
240240    needs : [build] 
241241    strategy :
242242      fail-fast : false  #  prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion.
@@ -360,7 +360,7 @@ jobs:
360360  sign :
361361    needs : [package] 
362362    if : ${{ startsWith(github.ref, 'refs/heads/rel/') || startsWith(github.ref, 'refs/tags/') }} 
363-     runs-on : windows-latest  
363+     runs-on : windows-2022  
364364    permissions :
365365      id-token : write  #  Required for requesting the JWT
366366
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments