mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
CI: Rename os input to runner
This more clearly describes what the value is being used for, and avoids some confusion between `os` and `os_name` in `lagom-template.yml`.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
08b81b37b1
commit
8e9bf01917
Notes:
github-actions[bot]
2025-05-27 10:12:11 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/8e9bf019177 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4892
6
.github/workflows/js-artifacts.yml
vendored
6
.github/workflows/js-artifacts.yml
vendored
@@ -11,19 +11,19 @@ env:
|
||||
|
||||
jobs:
|
||||
build-and-package:
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.runner }}
|
||||
if: github.repository == 'LadybirdBrowser/ladybird'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os_name: ['Linux']
|
||||
os: ['ubuntu-24.04']
|
||||
runner: ['ubuntu-24.04']
|
||||
arch: ['x86_64']
|
||||
package_type: ['Linux-x86_64']
|
||||
|
||||
include:
|
||||
- os_name: 'macOS'
|
||||
os: 'macos-15'
|
||||
runner: 'macos-15'
|
||||
arch: 'arm64'
|
||||
package_type: 'macOS-universal2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user