Skip to content

Commit

Permalink
Pin ubuntu version in benchmark workflow to ubuntu-22.04 since cods…
Browse files Browse the repository at this point in the history
…peed does not support `ubuntu-24.04` (#110)
  • Loading branch information
SRv6d authored Sep 28, 2024
1 parent 3b5fb41 commit 89064d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
benchmarks:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup rust toolchain, cache and cargo-codspeed binary
Expand Down

0 comments on commit 89064d2

Please sign in to comment.