mirror of
				https://git.mirrors.martin98.com/https://github.com/docker/setup-docker-action
				synced 2025-10-31 18:21:06 +08:00 
			
		
		
		
	ci: add macos-13 to the matrix
This commit is contained in:
		
							parent
							
								
									12e445b81b
								
							
						
					
					
						commit
						c33ee55bce
					
				
							
								
								
									
										9
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -23,6 +23,7 @@ jobs: | ||||
|       matrix: | ||||
|         os: | ||||
|           - ubuntu-latest | ||||
|           - macos-13 | ||||
|           - macos-latest | ||||
|           - windows-latest | ||||
|         version: | ||||
| @ -181,7 +182,13 @@ jobs: | ||||
|         uses: crazy-max/ghaction-dump-context@v2 | ||||
| 
 | ||||
|   build-macos: | ||||
|     runs-on: macos-latest | ||||
|     runs-on: ${{ matrix.os }} | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|         os: | ||||
|           - macos-13 | ||||
|           - macos-latest | ||||
|     steps: | ||||
|       - | ||||
|         name: Checkout | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax