Skip to content

Commit

Permalink
Fix CI benchmark (gabime#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Nov 23, 2022
1 parent 6ba1f73 commit c1aa0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
benchmark:
name: Run OpenTelemetry-cpp benchmarks
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
components: ["api", "sdk", "exporters"]
name: Store benchmark result
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@master
Expand Down

0 comments on commit c1aa0b8

Please sign in to comment.