File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 9090    name : ' Check if generated files are up to date' 
9191    #  Don't use ubuntu-latest but a specific version to make the job
9292    #  reproducible: to get the same tools versions (autoconf, aclocal, ...)
93-     runs-on : ubuntu-22 .04 
93+     runs-on : ubuntu-24 .04 
9494    timeout-minutes : 60 
9595    needs : build-context 
9696    if : needs.build-context.outputs.run-tests == 'true' 
@@ -110,9 +110,7 @@ jobs:
110110          #  Include env.pythonLocation in key to avoid changes in environment when setup-python updates Python
111111          key : ${{ github.job }}-${{ env.IMAGE_OS_VERSION }}-${{ needs.build-context.outputs.config-hash }}-${{ env.pythonLocation }} 
112112      - name : Install dependencies 
113-         run : | 
114-           sudo ./.github/workflows/posix-deps-apt.sh 
115-           sudo apt-get -yq install libmpdec-dev 
113+         run : sudo ./.github/workflows/posix-deps-apt.sh 
116114      - name : Add ccache to PATH 
117115        run : echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV" 
118116      - name : Configure ccache action 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments