File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -194,11 +194,11 @@ jobs:
194194 strategy :
195195 matrix :
196196 include :
197-  - os : ubuntu-20.04  
197+  - os : ubuntu-latest  
198198 features : default 
199-  - os : ubuntu-20.04  
199+  - os : ubuntu-latest  
200200 features : c-allocator 
201-  - os : ubuntu-20.04  
201+  - os : ubuntu-latest  
202202 features : rust-allocator 
203203 - os : macos-14 
204204 features : " " 
@@ -416,10 +416,7 @@ jobs:
416416 - target : x86_64-unknown-linux-gnu 
417417 features :
418418 - ' ' 
419-  #  At the time of writing, 'latest' referred to ubuntu-22
420-  #  for libabigail we really need ubuntu-24, which just started getting rolled out
421-  #  In the future, this can likely be changed to `ubuntu-latest` again.
422-  runs-on : ubuntu-24.04 
419+  runs-on : ubuntu-latest 
423420 steps :
424421 - name : Checkout sources 
425422 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments