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.
This commit is contained in:
Jelle Raaijmakers 2024-10-02 11:25:25 +02:00 committed by Tim Flynn
parent 68a28ff33a
commit 5661da78a4
Notes: github-actions[bot] 2024-10-02 10:41:23 +00:00

View file

@ -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