mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
CI: Use self-hosted macOS runners for nightly builds
These have been broken for a while now. Add the `self-hosted` tag so we at least use the same runners we already use for PR checks.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
460244c5a8
commit
45ab134de9
4
.github/workflows/nightly-lagom.yml
vendored
4
.github/workflows/nightly-lagom.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
build_preset: 'Distribution'
|
||||
toolchain: 'Clang'
|
||||
clang_plugins: false
|
||||
runner_labels: '["macos-15"]'
|
||||
runner_labels: '["macos-15", "self-hosted"]'
|
||||
|
||||
- os_name: 'Linux'
|
||||
arch: 'arm64'
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
build_preset: 'Sanitizer'
|
||||
toolchain: 'Swift'
|
||||
clang_plugins: false
|
||||
runner_labels: '["macos-15"]'
|
||||
runner_labels: '["macos-15", "self-hosted"]'
|
||||
|
||||
- os_name: 'Windows'
|
||||
arch: 'x86_64'
|
||||
|
||||
Reference in New Issue
Block a user