mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	CI: remove dependency on Ubuntu 21.04 "The Hirsute Hippo"
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -21,7 +21,7 @@ jobs: | |||||||
|   gcc: |   gcc: | ||||||
|     name: GCC |     name: GCC | ||||||
|     needs: lint |     needs: lint | ||||||
|     runs-on: ubuntu-20.04 |     runs-on: ubuntu-latest | ||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
| @@ -51,7 +51,6 @@ jobs: | |||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial universe' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial universe' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic main' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic main' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic universe' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic universe' | ||||||
|           sudo add-apt-repository -yn 'deb http://mirrors.kernel.org/ubuntu hirsute main universe' |  | ||||||
|           sudo apt-get update |           sudo apt-get update | ||||||
|           sudo apt-get install -y gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }} |           sudo apt-get install -y gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }} | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user