From 8c3506e75d56cd9e01ce42fa8c5226aa113de3eb Mon Sep 17 00:00:00 2001 From: Brandon Black Date: Sun, 8 Mar 2026 18:05:41 -0700 Subject: [PATCH] ci: add macOS to test matrix --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7b00516f8d..43cefcff879 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,8 @@ jobs: settings: - name: linux host: blacksmith-4vcpu-ubuntu-2404 + - name: macos + host: macos-latest - name: windows host: blacksmith-4vcpu-windows-2025 runs-on: ${{ matrix.settings.host }} @@ -48,6 +50,9 @@ jobs: - name: linux host: blacksmith-4vcpu-ubuntu-2404 playwright: bunx playwright install --with-deps + - name: macos + host: macos-latest + playwright: bunx playwright install - name: windows host: blacksmith-4vcpu-windows-2025 playwright: bunx playwright install