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 @@ -22,7 +22,7 @@ concurrency:
2222
2323jobs :
2424  setup :
25-     runs-on : ubuntu -latest
25+     runs-on : gcc -latest
2626    steps :
2727      - uses : actions/checkout@v4 
2828
6464          retention-days : 1 
6565
6666  verify :
67-     runs-on : ubuntu -latest
67+     runs-on : gcc -latest
6868    needs : [setup] 
6969    env :
7070      SPLIT_SIZE : " 20" 
@@ -114,7 +114,7 @@ jobs:
114114          retention-days : 1 
115115
116116  docs-and-check :
117-     runs-on : ubuntu -latest
117+     runs-on : gcc -latest
118118    needs : [verify] 
119119    outputs :
120120      upload-pages : ${{steps.upload-pages.outcome == 'success'}} 
@@ -188,7 +188,7 @@ jobs:
188188    environment :
189189      name : github-pages 
190190      url : ${{ steps.deployment.outputs.page_url }} 
191-     runs-on : ubuntu -latest
191+     runs-on : gcc -latest
192192    steps :
193193      - name : Deploy to GitHub Pages 
194194        id : deployment 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments