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:
parent
c5a08e946a
commit
53e8ee5443
Notes:
github-actions[bot]
2025-06-06 10:04:57 +00:00
Author: https://github.com/gmta
Commit: 53e8ee5443
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5014
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
2
.github/workflows/js-artifacts.yml
vendored
2
.github/workflows/js-artifacts.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue