Skip to content

Commit

Permalink
fix: use ubuntu-22.04 as GH runner for the benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 12, 2024
1 parent 15865d5 commit 4f1577a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ permissions:
name: Benchmark
jobs:
Compare:
runs-on: ubuntu-latest
# Using 22.04 until latest receive the changes in https://github.com/actions/runner-images/issues/10649
runs-on: ubuntu-22.04
services:
arangodb:
image: 'arangodb:latest'
Expand Down

0 comments on commit 4f1577a

Please sign in to comment.