mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
feat: 更新工作流以添加 GitHub 托管标准运行器的说明 [skip ci]
This commit is contained in:
2
.github/workflows/setup-node-environment.yml
vendored
2
.github/workflows/setup-node-environment.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
container-image: ["", "yanhao98/runner-images:pnpm"]
|
||||
os: [ubuntu-latest, macos-15]
|
||||
os: [ubuntu-latest, macos-15] # https://docs.github.com/zh/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#用于公共存储库的-github-托管的标准运行器
|
||||
runs-on: ${{ matrix.os }}
|
||||
container:
|
||||
image: ${{ matrix.container-image }}
|
||||
|
Reference in New Issue
Block a user