File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -255,13 +255,13 @@ jobs:
255255    strategy :
256256      fail-fast : false 
257257      matrix :
258-         #  Cirrus and macos-14 are M1, macos-13  is default GHA Intel.
258+         #  Cirrus and macos-14 are M1, macos-15-intel  is default GHA Intel.
259259        #  macOS 13 only runs tests against the GIL-enabled CPython.
260260        #  Cirrus used for upstream, macos-14 for forks.
261261        os :
262262        - ghcr.io/cirruslabs/macos-runner:sonoma 
263263        - macos-14 
264-         - macos-13  
264+         - macos-15-intel  
265265        is-fork :  #  only used for the exclusion trick
266266        - ${{ github.repository_owner != 'python' }} 
267267        free-threading :
@@ -272,7 +272,7 @@ jobs:
272272          is-fork : true 
273273        - os : macos-14 
274274          is-fork : false 
275-         - os : macos-13  
275+         - os : macos-15-intel  
276276          free-threading : true 
277277    uses : ./.github/workflows/reusable-macos.yml 
278278    with :
Original file line number Diff line number Diff line change 8282            compiler : msvc 
8383          - target : x86_64-apple-darwin/clang 
8484            architecture : x86_64 
85-             runner : macos-13  
85+             runner : macos-15-intel  
8686            compiler : clang 
8787          - target : aarch64-apple-darwin/clang 
8888            architecture : aarch64 
@@ -128,7 +128,7 @@ jobs:
128128          choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0 
129129          ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} 
130130
131- name : Native  macOS
131+ name : macOS 
132132        if : runner.os == 'macOS' 
133133        run : | 
134134          brew update 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments