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 1717jobs :
1818  quick-build :
1919    if : github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'CI build') 
20-     runs-on : ubuntu-18 .04 
20+     runs-on : ubuntu-20 .04 
2121    container : centos:7 
2222    steps :
2323      - name : Install environment 
4747          mvn compiler:compile -Pdev,jdk17 -B -U -e 
4848check-format :
4949    if : github.event_name == 'pull_request' 
50-     runs-on : ubuntu-18 .04 
50+     runs-on : ubuntu-20 .04 
5151    container : centos:7 
5252    steps :
5353      - name : Install environment 
7676        run : | 
7777          mvn spotless:check -Pdev,jdk17 -B -U -e 
7878prepare :
79-     runs-on : ubuntu-18 .04 
79+     runs-on : ubuntu-20 .04 
8080    outputs :
8181      stagingRepositoryId : ${{ steps.staging.outputs.stagingRepositoryId }} 
8282    steps :
9393          echo "::set-output name=stagingRepositoryId::$STAGING_REPOSITORY_ID" 
9494linux-x86_64 :
9595    if : github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'CI build') 
96-     runs-on : ubuntu-18 .04 
96+     runs-on : ubuntu-20 .04 
9797    container : centos:7 
9898    needs : prepare 
9999    strategy :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments