File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 99jobs :
1010  js :
1111    name : JavaScript Checks 
12-     runs-on : ubuntu-22 .04 
12+     runs-on : ubuntu-24 .04 
1313    steps :
1414      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
1515      - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b  #  v4
3131
3232  android :
3333    name : Build for Android 
34-     runs-on : ubuntu-22 .04 
34+     runs-on : ubuntu-24 .04 
3535    steps :
3636      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
3737      - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b  #  v4
Original file line number Diff line number Diff line change 1919jobs :
2020  cache-npm-linux :
2121    name : Cache npm for Linux 
22-     runs-on : ubuntu-22 .04 
22+     runs-on : ubuntu-24 .04 
2323    outputs :
2424      cache-key : ${{ steps.node-cache.outputs.cache-primary-key }} 
2525    steps :
@@ -151,7 +151,7 @@ jobs:
151151  prettier :
152152    name : Prettier 
153153    needs : [cache-npm-linux] 
154-     runs-on : ubuntu-22 .04 
154+     runs-on : ubuntu-24 .04 
155155    steps :
156156      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
157157
@@ -174,7 +174,7 @@ jobs:
174174  eslint :
175175    name : ESLint 
176176    needs : [cache-npm-linux] 
177-     runs-on : ubuntu-22 .04 
177+     runs-on : ubuntu-24 .04 
178178    steps :
179179      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
180180
@@ -197,7 +197,7 @@ jobs:
197197  jest :
198198    name : Jest 
199199    needs : [cache-npm-linux] 
200-     runs-on : ubuntu-22 .04 
200+     runs-on : ubuntu-24 .04 
201201    steps :
202202      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
203203
@@ -224,7 +224,7 @@ jobs:
224224  tsc :
225225    name : TypeScript 
226226    needs : [cache-npm-linux] 
227-     runs-on : ubuntu-22 .04 
227+     runs-on : ubuntu-24 .04 
228228    steps :
229229      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
230230
@@ -247,7 +247,7 @@ jobs:
247247  data :
248248    name : Data 
249249    needs : [cache-npm-linux] 
250-     runs-on : ubuntu-22 .04 
250+     runs-on : ubuntu-24 .04 
251251    steps :
252252      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
253253
@@ -324,7 +324,7 @@ jobs:
324324  android-bundle :
325325    name : Android Bundle 
326326    needs : [cache-npm-linux] 
327-     runs-on : ubuntu-22 .04 
327+     runs-on : ubuntu-24 .04 
328328    outputs :
329329      cache-key : ${{ steps.jsbundle-cache.outputs.cache-primary-key }} 
330330    steps :
@@ -370,7 +370,7 @@ jobs:
370370  android :
371371    name : Build for Android 
372372    needs : [jest, eslint, android-bundle, cache-npm-linux] 
373-     runs-on : ubuntu-22 .04 
373+     runs-on : ubuntu-24 .04 
374374    steps :
375375      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
376376
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments