Try to remove windows

This commit is contained in:
Arnaud 2026-04-16 17:24:16 +04:00
parent 20afde93f5
commit c6b5c09907
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
nim: [2.2.8]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4