Revert "Pin ubuntu version in CI to 20.04"
This reverts commit d8373236da.
			
			
This commit is contained in:
		
							parent
							
								
									d8373236da
								
							
						
					
					
						commit
						19e748f000
					
				|  | @ -24,7 +24,7 @@ jobs: | |||
|       matrix: | ||||
|         python-version: [ py36, py37, py38, py39, pypy3 ] | ||||
|         package: ["instrumentation", "exporter", "sdkextension", "propagator"] | ||||
|         os: [ ubuntu-20.04 ] | ||||
|         os: [ ubuntu-latest ] | ||||
|     steps: | ||||
|       - name: Checkout Contrib Repo @ SHA - ${{ github.sha }} | ||||
|         uses: actions/checkout@v2 | ||||
|  | @ -74,7 +74,7 @@ jobs: | |||
|       matrix: | ||||
|         tox-environment: [ "docker-tests", "lint", "docs", "generate" ] | ||||
|     name: ${{ matrix.tox-environment }} | ||||
|     runs-on: ubuntu-20.04 | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout Contrib Repo @ SHA - ${{ github.sha }} | ||||
|         uses: actions/checkout@v2 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue