File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -240,23 +240,15 @@ jobs:
240240    strategy :
241241      fail-fast : false 
242242      matrix :
243-         #  Cirrus and macos-14 are M1, macos-15-intel is default GHA Intel.
244-         #  macOS 13 only runs tests against the GIL-enabled CPython.
245-         #  Cirrus used for upstream, macos-14 for forks.
243+         #  macos-14 is M1, macos-15-intel is Intel.
244+         #  macos-15-intel only runs tests against the GIL-enabled CPython.
246245        os :
247-         - ghcr.io/cirruslabs/macos-runner:sonoma 
248246        - macos-14 
249247        - macos-15-intel 
250-         is-fork :  #  only used for the exclusion trick
251-         - ${{ github.repository_owner != 'python' }} 
252248        free-threading :
253249        - false 
254250        #  - true
255251        exclude :
256-         - os : ghcr.io/cirruslabs/macos-runner:sonoma 
257-           is-fork : true 
258-         - os : macos-14 
259-           is-fork : false 
260252        - os : macos-15-intel 
261253          free-threading : true 
262254    uses : ./.github/workflows/reusable-macos.yml 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments