Skip to content

Commit b3d27d5

Browse files
committed
ci: move smoke-test macOS + Windows legs to Blacksmith
Extends the smoke-test matrix migration: - macos-latest -> blacksmith-6vcpu-macos-latest (drop-in, both Apple Silicon ARM64) - windows-latest -> blacksmith-8vcpu-windows-2025 (Public Beta; bumps OS from Server 2022 to Server 2025). The Windows smoke test (apps/cli/tests/smoke-test-windows.ts) does not use Docker or WSL, so Blacksmith's "no Linux containers on Windows" caveat does not apply here. macos-15-intel stays on GitHub-hosted -- Blacksmith macOS is ARM-only, so the gating leg of the release pipeline cannot move yet. Refs CLI-1501.
1 parent d9edc11 commit b3d27d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
fail-fast: false
103103
matrix:
104-
runner: [blacksmith-8vcpu-ubuntu-2404, macos-latest, macos-15-intel, windows-latest]
104+
runner: [blacksmith-8vcpu-ubuntu-2404, blacksmith-6vcpu-macos-latest, macos-15-intel, blacksmith-8vcpu-windows-2025]
105105
runs-on: ${{ matrix.runner }}
106106
env:
107107
NPM_TAG: ${{ inputs.npm_tag }}

0 commit comments

Comments
 (0)