From 5661da78a4e15538d32d351b210bf405a02efb7a Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Wed, 2 Oct 2024 11:25:25 +0200 Subject: [PATCH] CI: Use explicit label for test262 workflow Merely specifying `self-hosted` is not enough - to get closer to reproducible timings, we want these jobs to run on dedicated hardware. The `test262-runner` label was introduced for runners that offer this. --- .github/workflows/libjs-test262.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index 51630092524..7bfcc415fe0 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -8,7 +8,7 @@ env: jobs: run_and_update_results: - runs-on: self-hosted + runs-on: test262-runner if: always() && github.repository == 'LadybirdBrowser/ladybird' && github.ref == 'refs/heads/master' concurrency: libjs-test262