mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	CI: use ubuntu-20.04 for GCC
				
					
				
			This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -21,7 +21,7 @@ jobs: | ||||
|   gcc: | ||||
|     name: GCC | ||||
|     needs: lint | ||||
|     runs-on: ubuntu-latest | ||||
|     runs-on: ubuntu-20.04 | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
| @@ -557,7 +557,7 @@ jobs: | ||||
|  | ||||
|   codeql: | ||||
|     name: CodeQL | ||||
|     runs-on: ubuntu-latest | ||||
|     runs-on: ubuntu-20.04 | ||||
|     needs: gcc | ||||
|  | ||||
|     permissions: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user