Pin ubuntu version in CI to 20.04

This commit is contained in:
Owais Lone
2021-10-11 21:50:58 +05:30
parent 492830f24f
commit d8373236da

View File

@ -24,7 +24,7 @@ jobs:
matrix: matrix:
python-version: [ py36, py37, py38, py39, pypy3 ] python-version: [ py36, py37, py38, py39, pypy3 ]
package: ["instrumentation", "exporter", "sdkextension", "propagator"] package: ["instrumentation", "exporter", "sdkextension", "propagator"]
os: [ ubuntu-latest ] os: [ ubuntu-20.04 ]
steps: steps:
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }} - name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -74,7 +74,7 @@ jobs:
matrix: matrix:
tox-environment: [ "docker-tests", "lint", "docs", "generate" ] tox-environment: [ "docker-tests", "lint", "docs", "generate" ]
name: ${{ matrix.tox-environment }} name: ${{ matrix.tox-environment }}
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }} - name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v2 uses: actions/checkout@v2