File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2020      matrix :
2121        os :
2222          - ubuntu-latest 
23-         #           - windows-latest
24-         #           - macos-latest
2523        java :
2624          - ' 21' 
2725    runs-on : ${{ matrix.os }} 
Original file line number Diff line number Diff line change 2222        os :
2323          - ubuntu-latest 
2424          - windows-latest 
25-           #  pinned to macos-13 due to https://github.com/actions/runner-images/issues/9254
26-           - macos-13 
25+           - macos-15-intel 
2726        java :
2827          - ' 21' 
2928    runs-on : ${{ matrix.os }} 
4039      - name : Setup Gradle 
4140        uses : gradle/actions/setup-gradle@v5 
4241      - name : Install Docker on macOS 
43-         if : matrix.os == 'macos-13 ' 
42+         if : matrix.os == 'macos-15-intel ' 
4443        uses : douglascamata/setup-docker-macos-action@v1.0.1 
4544      - name : Login to Docker Hub 
4645        uses : docker/login-action@v3 
Original file line number Diff line number Diff line change 2222      matrix :
2323        os :
2424          - ubuntu-latest 
25-         #           - windows-latest
26-         #           - macos-latest
2725        java :
2826          - ' 21' 
2927    runs-on : ${{ matrix.os }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments