mirror of https://github.com/pkg/sftp.git
				
				
				
			CI macOS: exclude previous go version
This commit is contained in:
		
							parent
							
								
									02474239ba
								
							
						
					
					
						commit
						39d0113ba7
					
				|  | @ -11,8 +11,11 @@ jobs: | |||
|     runs-on: ${{ matrix.os }} | ||||
|     strategy: | ||||
|       matrix: | ||||
|         go: [1.15, 1.14] | ||||
|         os: [ubuntu-latest, macos-latest] | ||||
|         go: [1.15, 1.14] | ||||
|         exclude: | ||||
|           - os: macos-latest | ||||
|             go: 1.14 | ||||
| 
 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue