1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00

CI: Run CI and JS artifact build on self-hosted runner

The GitHub-provided runner frequently times out and is plain slow most
of the time. And since Blacksmith does not yet offer macOS runners,
let's use our self-hosted runner that is currently idle most of the time
(when it's not running JS benchmarks).
This commit is contained in:
Jelle Raaijmakers 2025-06-05 21:22:06 +02:00 committed by Jelle Raaijmakers
parent c5a08e946a
commit 53e8ee5443
Notes: github-actions[bot] 2025-06-06 10:04:57 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ jobs:
build_preset: 'Sanitizer_CI'
toolchain: 'Clang'
clang_plugins: false
runner_labels: '["macos-15"]'
runner_labels: '["macos-15", "self-hosted"]'
- os_name: 'Linux'
arch: 'x86_64'

View file

@ -25,7 +25,7 @@ jobs:
- os_name: 'macOS'
arch: 'arm64'
package_type: 'macOS-arm64'
runner_labels: '["macos-15"]'
runner_labels: '["macos-15", "self-hosted"]'
steps:
- name: Checkout LadybirdBrowser/ladybird