Add back CI runs for macos/windows

This commit is contained in:
Eric 2025-06-27 08:46:06 +10:00
parent 4d0a20bd64
commit 054bf0f743
No known key found for this signature in database

View File

@ -46,6 +46,9 @@ jobs:
with:
matrix: |
os {linux}, cpu {amd64}, builder {${{ env.builder_integration_linux }}}, tests {integration}, nim_version {${{ env.nim_version }}}, shell {bash --noprofile --norc -e -o pipefail}
os {macos}, cpu {arm64}, builder {${{ env.builder_integration_macos }}}, tests {integration}, nim_version {${{ env.nim_version }}}, shell {bash --noprofile --norc -e -o pipefail}
os {windows}, cpu {amd64}, builder {${{ env.builder_integration_windows }}}, tests {integration}, nim_version {${{ env.nim_version }}}, shell {msys2}
build:
needs: matrix