CI: Switch macOS runners to macos-26
All our self-hosted runners have been updated.
This commit is contained in:
parent
1fa1de72fd
commit
eb85264e44
5 changed files with 5 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
build_preset: 'Sanitizer'
|
||||
toolchain: 'Clang'
|
||||
clang_plugins: false
|
||||
runner_labels: '["macos-15", "self-hosted"]'
|
||||
runner_labels: '["macos-26", "self-hosted"]'
|
||||
container: 'null'
|
||||
|
||||
- os_name: 'Linux'
|
||||
|
|
|
|||
2
.github/workflows/js-and-wasm-artifacts.yml
vendored
2
.github/workflows/js-and-wasm-artifacts.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
arch: 'arm64'
|
||||
toolchain: 'Clang'
|
||||
package_type: 'macOS-arm64'
|
||||
runner_labels: '["macos-15", "self-hosted"]'
|
||||
runner_labels: '["macos-26", "self-hosted"]'
|
||||
container: 'null'
|
||||
|
||||
- os_name: 'Linux'
|
||||
|
|
|
|||
2
.github/workflows/js-and-wasm-benchmarks.yml
vendored
2
.github/workflows/js-and-wasm-benchmarks.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- os_name: 'macOS'
|
||||
arch: 'arm64'
|
||||
package_type: 'macOS-arm64'
|
||||
runner_labels: '["macos-15", "js-benchmarks", "self-hosted"]'
|
||||
runner_labels: '["macos-26", "js-benchmarks", "self-hosted"]'
|
||||
container: 'null'
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
2
.github/workflows/nightly-lagom.yml
vendored
2
.github/workflows/nightly-lagom.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
build_preset: 'Distribution'
|
||||
toolchain: 'Clang'
|
||||
clang_plugins: false
|
||||
runner_labels: '["macos-15", "self-hosted"]'
|
||||
runner_labels: '["macos-26", "self-hosted"]'
|
||||
container: 'null'
|
||||
|
||||
- os_name: 'Linux'
|
||||
|
|
|
|||
2
.github/workflows/web-benchmarks.yml
vendored
2
.github/workflows/web-benchmarks.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
include:
|
||||
- os_name: 'macOS'
|
||||
arch: 'arm64'
|
||||
runner_labels: '["macos-15", "web-benchmarks", "self-hosted"]'
|
||||
runner_labels: '["macos-26", "web-benchmarks", "self-hosted"]'
|
||||
container: 'null'
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue