chore: update release workflow to target only Windows environment

This commit is contained in:
Nexmoe
2025-10-23 22:07:03 +08:00
parent 6b0f9d0798
commit 370a165572

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [windows-latest]
steps:
- name: Check out Git repository