Fix cross-platform build matrix example
This commit is contained in:
		
							parent
							
								
									b3b6fd7d43
								
							
						
					
					
						commit
						aa7403d0cc
					
				| @ -47,7 +47,7 @@ Exclude a specific Python version: | |||||||
| ```yaml | ```yaml | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ${{ matrix.os }} | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         os: [ubuntu-latest, macos-latest, windows-latest] |         os: [ubuntu-latest, macos-latest, windows-latest] | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user