mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 05:04:05 +08:00
Revert "Pin ubuntu version in CI to 20.04"
This reverts commit d8373236da4c52392f6f243add68a5c64d1c16e2.
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user