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 @@ -181,15 +181,15 @@ jobs:
181181        run : | 
182182          if [[ '${{ runner.arch }}' == 'X64' ]]; then 
183183            echo "PKG_ARCH=x86_64" >> $GITHUB_ENV 
184-             sudo xcodes install 15.3 
185-             sudo xcode-select -switch /Applications/Xcode_15.3.app 
184+             echo "CC=gcc-14" >> "$GITHUB_ENV" 
185+             echo "CXX=gcc-14" >> "$GITHUB_ENV" 
186+             #sudo xcodes install 15.3 
187+             #sudo xcode-select -switch /Applications/Xcode_15.3.app 
186188          else 
187189            echo "PKG_ARCH=armv8" >> $GITHUB_ENV 
188190            sudo xcode-select -switch /Applications/Xcode_16.2.app 
189191          fi 
190192
191-           #echo "CC=clang" >> "$GITHUB_ENV" 
192-           #echo "CXX=clang++" >> "$GITHUB_ENV" 
193193          echo "MACOSX_DEPLOYMENT_TARGET=13.13" >> "$GITHUB_ENV" 
194194
195195name : Retrieve cached dependencies 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments