Skip to content

Commit 41c793c

Browse files
authored
Merge pull request #656 from open-telemetry/renovate/ubuntu-22.x
chore(deps): update dependency ubuntu to v22
2 parents ee9abca + 1ea1901 commit 41c793c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
format:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: erlef/setup-beam@v1

.github/workflows/w3c_interop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
interop_tests:
1313
name: Run W3C Trace Context Interop Tests
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: erlef/setup-beam@v1
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup python
3939
uses: actions/setup-python@v4
4040
with:
41-
python-version: 3.6
41+
python-version: 3.12
4242
architecture: x64
4343
- run: pip install aiohttp
4444
- run: |

0 commit comments

Comments
 (0)