drop windows support

I am done, I could not take it anymore.
Windows cross-compilation was driving me mad, I'll figure something else
out... probably. I just can't deal with this anymore right now.
It will be added back but I am so fucking tired of messing about with
vcpkg and all that crap.
This commit is contained in:
2025-08-18 13:47:54 +02:00
parent 08a8e261f0
commit 999180cd74
3 changed files with 1 additions and 12 deletions

View File

@@ -17,10 +17,7 @@ jobs:
# the mega job containing all things we need to do, since setting up a single system is more efficient than installing the same stuff on multiple ones
#
exec-ci-tasks:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ubuntu-latest
steps:
# general setup
- name: checkout main branch