Skip to content

Commit

Permalink
fix(ci): update codspeed to v3 and pin ubuntu to 24.04 (#5081)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln authored Dec 10, 2024
1 parent 57a00c8 commit f52f2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
run:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -34,7 +34,7 @@ jobs:
run: cargo codspeed build -p request-handlers --features all

- name: Run the benchmarks
uses: CodSpeedHQ/action@v2
uses: CodSpeedHQ/action@v3
with:
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}

0 comments on commit f52f2d8

Please sign in to comment.