mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-03 23:53:45 +00:00 
			
		
		
		
	Use mac in strategy, no failfast
This commit is contained in:
		
							parent
							
								
									8a5bbb0084
								
							
						
					
					
						commit
						6259d1a220
					
				
							
								
								
									
										3
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							@ -5,8 +5,9 @@ jobs:
 | 
				
			|||||||
    name: Run
 | 
					    name: Run
 | 
				
			||||||
    runs-on: ${{ matrix.operating-system }}
 | 
					    runs-on: ${{ matrix.operating-system }}
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        operating-system: [ubuntu-latest, windows-latest]
 | 
					        operating-system: [ubuntu-latest, windows-latest, macOS-latest]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Checkout
 | 
					    - name: Checkout
 | 
				
			||||||
      uses: actions/checkout@master
 | 
					      uses: actions/checkout@master
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user