try with newer zig
This commit is contained in:
		
							parent
							
								
									d485d46e15
								
							
						
					
					
						commit
						e3c946d422
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -17,7 +17,7 @@ jobs: | |||
|     strategy: | ||||
|       matrix: | ||||
|         os: [ubuntu-latest, macos-latest, windows-latest] | ||||
|         zig-version: [0.5.0, master] | ||||
|         zig-version: [0.5.0, 0.7.0, master] | ||||
|     runs-on: ${{matrix.os}} | ||||
|     steps: | ||||
|       - name: Checkout sources | ||||
|  |  | |||
|  | @ -31,7 +31,7 @@ Optionally set a Zig version: | |||
| ```yaml | ||||
| - uses: goto-bus-stop/setup-zig@v1 | ||||
|   with: | ||||
|     version: 0.4.0 # The default is 0.5.0 | ||||
|     version: 0.7.0 # The default is 0.5.0 | ||||
| ``` | ||||
| 
 | ||||
| To use the nightly builds, set: | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue