Re-enable Windows CI

This commit is contained in:
topjohnwu 2024-08-13 20:09:22 -07:00 committed by John Wu
parent 5a55483698
commit b8140ad4e6

View File

@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14]
os: [windows-latest, macos-14]
steps:
- name: Check out
uses: actions/checkout@v4