ci: github: drop windows for now, not recognised
This commit is contained in:
		
							parent
							
								
									28cedbfc88
								
							
						
					
					
						commit
						7b39151346
					
				
							
								
								
									
										9
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -3,6 +3,13 @@ | ||||
| # ("Currently not working for cabal-install >= 3") | ||||
| # Based on https://raw.githubusercontent.com/commercialhaskell/stack/stable/doc/travis-complex.yml | ||||
| 
 | ||||
| # ref: | ||||
| # https://help.github.com/en/actions | ||||
| # https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources | ||||
| # https://github.com/actions/cache | ||||
| # https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows | ||||
| 
 | ||||
| 
 | ||||
| name: hledger default CI tests | ||||
| 
 | ||||
| on: | ||||
| @ -18,7 +25,7 @@ jobs: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         # os runners: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources | ||||
|         os: [ubuntu-latest, macos-latest, windows-2019] | ||||
|         os: [ubuntu-latest, macos-latest]  # not recognised:, windows-latest] | ||||
|         # use this to specify what resolvers and ghc to use | ||||
|         plan: | ||||
|         # - { build: stack, resolver: "--resolver lts-9"  }    # ghc-8.0.2 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user