mirror of
				https://github.com/actions/setup-java.git
				synced 2025-10-31 22:40:54 +00:00 
			
		
		
		
	macos-latest to macos-13
This commit is contained in:
		
					parent
					
						
							
								600e3d9953
							
						
					
				
			
			
				commit
				
					
						4726f89bc9
					
				
			
		
					 2 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/e2e-cache.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/e2e-cache.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -136,7 +136,7 @@ jobs: | ||||||
|         run: sbt update |         run: sbt update | ||||||
| 
 | 
 | ||||||
|       - name: Check files to cache on macos-latest |       - name: Check files to cache on macos-latest | ||||||
|         if: matrix.os == 'macos-latest' |         if: matrix.os == 'macos-13' | ||||||
|         run: | |         run: | | ||||||
|           if [ ! -d ~/Library/Caches/Coursier ]; then |           if [ ! -d ~/Library/Caches/Coursier ]; then | ||||||
|             echo "::error::The ~/Library/Caches/Coursier directory does not exist unexpectedly" |             echo "::error::The ~/Library/Caches/Coursier directory does not exist unexpectedly" | ||||||
|  |  | ||||||
							
								
								
									
										6
									
								
								.github/workflows/e2e-versions.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/e2e-versions.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -20,7 +20,7 @@ jobs: | ||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         os: [macos-latest, windows-latest, ubuntu-latest] |         os: [macos-13, windows-latest, ubuntu-latest] | ||||||
|         distribution: [ |         distribution: [ | ||||||
|             'temurin', |             'temurin', | ||||||
|             'adopt', |             'adopt', | ||||||
|  | @ -311,7 +311,7 @@ jobs: | ||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         os: [macos-latest, windows-latest, ubuntu-latest] |         os: [macos-13, windows-latest, ubuntu-latest] | ||||||
|         distribution: ['temurin', 'zulu', 'liberica', 'microsoft', 'corretto'] |         distribution: ['temurin', 'zulu', 'liberica', 'microsoft', 'corretto'] | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|  | @ -335,7 +335,7 @@ jobs: | ||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         os: [macos-latest, windows-latest, ubuntu-latest] |         os: [macos-13, windows-latest, ubuntu-latest] | ||||||
|         distribution: ['adopt', 'adopt-openj9', 'zulu'] |         distribution: ['adopt', 'adopt-openj9', 'zulu'] | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue