File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232232      matrix :
233233        #  We do not need to test under all versions, we do it under linux
234234        node-version : [22.x] 
235-         os-version : ["macos-13 "] 
235+         os-version : ["macos-14 "] 
236236        target : ["x86_64-apple-darwin", "aarch64-apple-darwin"] 
237237        include :
238238          - target : x86_64-apple-darwin 
@@ -308,8 +308,8 @@ jobs:
308308          CARGO_BUILD_TARGET : ${{ matrix.target }} 
309309        run : cd packages/cubejs-backend-native && yarn run native:build-debug-python 
310310      - name : Tests 
311-         #  We cannot test arm64  on x64 
312-         if : (matrix.target == 'x86_64 -apple-darwin') 
311+         #  We cannot test x64  on arm64 
312+         if : (matrix.target == 'aarch64 -apple-darwin') 
313313        env :
314314          CUBESQL_STREAM_MODE : true 
315315          CUBEJS_NATIVE_INTERNAL_DEBUG : true 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments