Skip to content

Commit 19e748f

Browse files
committed
Revert "Pin ubuntu version in CI to 20.04"
This reverts commit d837323.
1 parent d837323 commit 19e748f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
python-version: [ py36, py37, py38, py39, pypy3 ]
2626
package: ["instrumentation", "exporter", "sdkextension", "propagator"]
27-
os: [ ubuntu-20.04 ]
27+
os: [ ubuntu-latest ]
2828
steps:
2929
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
3030
uses: actions/checkout@v2
@@ -74,7 +74,7 @@ jobs:
7474
matrix:
7575
tox-environment: [ "docker-tests", "lint", "docs", "generate" ]
7676
name: ${{ matrix.tox-environment }}
77-
runs-on: ubuntu-20.04
77+
runs-on: ubuntu-latest
7878
steps:
7979
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
8080
uses: actions/checkout@v2

0 commit comments

Comments
 (0)