From 51f1fe5f9a42f8d7e3ab563db5a27b9ebf62dba4 Mon Sep 17 00:00:00 2001 From: Bart Date: Thu, 4 Dec 2025 09:40:00 -0500 Subject: [PATCH] ci: Re-enable linux and macos matrix (#6107) This change re-enables the Linux and macOS builds that were accidentally disabled in #6089 during testing. --- .github/workflows/on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index 9204cef5e8..ff3d25812a 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -112,7 +112,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows] + os: [linux, macos, windows] with: os: ${{ matrix.os }} secrets: