File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111  precheck :
12-     runs-on : ubuntu-22 .04 
12+     runs-on : ubuntu-24 .04 
1313
1414    steps :
1515      - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 
2525        run : yarn lint 
2626
2727  unit_tests :
28-     runs-on : ubuntu-22 .04 
28+     runs-on : ubuntu-24 .04 
2929
3030    strategy :
3131      matrix :
4242        run : yarn install --frozen-lockfile 
4343
4444  smoke_tests :
45-     runs-on : ubuntu-22 .04 
45+     runs-on : ubuntu-24 .04 
4646    steps :
4747      - name : Checkout code 
4848        uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b 
Original file line number Diff line number Diff line change 77jobs :
88  format :
99    name : ' Format code' 
10-     runs-on : ubuntu-22 .04 
10+     runs-on : ubuntu-24 .04 
1111    if : github.event.issue.pull_request != '' && contains(github.event.comment.body, '/format') 
1212    steps :
1313      - name : ' Post acknowledgement that it will format code' 
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ on: pull_request
77
88jobs :
99  precheck :
10-     runs-on : ubuntu-22 .04 
10+     runs-on : ubuntu-24 .04 
1111
1212    steps :
1313      - name : Checkout PR 
2525        run : yarn lint 
2626
2727  ci :
28-     runs-on : ubuntu-22 .04 
28+     runs-on : ubuntu-24 .04 
2929
3030    strategy :
3131      matrix :
Original file line number Diff line number Diff line change 77
88jobs :
99  verify :
10-     runs-on : ubuntu-22 .04 
10+     runs-on : ubuntu-24 .04 
1111    steps :
1212      - name : ' Checkout code' 
1313        uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments