File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222    strategy :
2323      fail-fast : false 
2424      matrix :
25-         os : [macos-13, macos-14]   #  TODO:  macos-15: https://github.com/metacall/core/issues/530 
25+         os : [macos-13, macos-14,  macos-15]  
2626        options : [ 
2727          {build: debug, sanitizer: without-sanitizer}, 
2828          {build: debug, sanitizer: address-sanitizer}, 
Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ concurrency:
1717jobs :
1818  windows-test :
1919    name : Windows MSVC Test 
20-     runs-on : windows-2019  #  TODO: Implement  matrix with windows 2019 and 2022 
20+     runs-on : ${{  matrix.os }} 
2121
2222    strategy :
2323      fail-fast : false 
2424      matrix :
25+         os : [windows-2019, windows-2022, windows-2025] 
2526        options : [ 
2627          {build: debug, sanitizer: without-sanitizer}, 
2728          {build: debug, sanitizer: address-sanitizer}, 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments