We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee9abca + 1ea1901 commit 41c793cCopy full SHA for 41c793c
.github/workflows/elixir.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
format:
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
14
steps:
15
- uses: actions/checkout@v4
16
- uses: erlef/setup-beam@v1
.github/workflows/w3c_interop.yml
@@ -11,7 +11,7 @@ on:
interop_tests:
name: Run W3C Trace Context Interop Tests
17
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup python
39
uses: actions/setup-python@v4
40
with:
41
- python-version: 3.6
+ python-version: 3.12
42
architecture: x64
43
- run: pip install aiohttp
44
- run: |
0 commit comments