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.
This commit is contained in:
Bart
2025-12-04 09:40:00 -05:00
committed by GitHub
parent 813bc4d949
commit 51f1fe5f9a

View File

@@ -112,7 +112,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows]
os: [linux, macos, windows]
with:
os: ${{ matrix.os }}
secrets: