refactor: remove Windows from CI matrix for streamlined builds
All checks were successful
Continuous Integration / Build and Test on ubuntu-latest (push) Successful in 2m6s

This commit is contained in:
2025-08-24 15:24:07 +02:00
parent 7c8d2e20c4
commit 935f700e7e

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
steps:
- name: Checkout code