diff --git a/.gitea/workflows/benchmark.yaml b/.gitea/workflows/benchmark.yaml index cbbcd1a..8d0b2d4 100644 --- a/.gitea/workflows/benchmark.yaml +++ b/.gitea/workflows/benchmark.yaml @@ -10,7 +10,7 @@ jobs: RANDOM_SEEDS: [0, 1, 2] VARIANTS: [2] container: - image: hello-world + image: ubuntu:24.10 steps: - name: Hello world run: echo "Hello world" \ No newline at end of file