ci: add windows target for serial

This commit is contained in:
oopsbagel
2025-04-11 10:35:19 -07:00
committed by Cooper Quintin
parent aafd83d636
commit 4e40994577

View File

@@ -26,6 +26,7 @@ jobs:
target: x86_64-apple-darwin
- name: windows-x86_64
os: windows-latest
target: x86_64-pc-windows-gnullvm
runs-on: ${{ matrix.platform.os }}
steps:
- uses: actions/checkout@v4