From 4e750b9b87ed0306f53bb11ff20ff87d95e16f1a Mon Sep 17 00:00:00 2001 From: Michael Griffith Date: Mon, 23 Feb 2026 15:18:43 -0500 Subject: [PATCH] asv runners have the same machine name now --- noxfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 209539dfa..1cb4e19cc 100644 --- a/noxfile.py +++ b/noxfile.py @@ -705,7 +705,7 @@ def benchmark(session: nox.Session): "asv", "machine", "--machine=forgejo-runner", - "--os=Linux 6.x", + "--os=Linux_6.x", "--arch=x86_64", "--num_cpu=32", "--ram=32GB", @@ -735,7 +735,7 @@ def benchmark_regression(session: nox.Session): "asv", "machine", "--machine=forgejo-runner", - "--os=Linux 6.x", + "--os=Linux_6.x", "--arch=x86_64", "--num_cpu=32", "--ram=32GB",