Disable CI build on Windows

This commit is contained in:
Hanno Braun 2024-06-07 21:08:30 +02:00
parent 9033890a90
commit 3dec1bd464
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
# Windows CI build disabled for the time being. More information:
# https://github.com/hannobraun/fornjot/issues/2376
# - windows-latest
runs-on: ${{matrix.os}}
steps:
- name: Check out repository