Merge pull request #2377 from hannobraun/ci

Disable CI build on Windows
This commit is contained in:
Hanno Braun 2024-06-07 21:17:20 +02:00 committed by GitHub
commit 350e9eb223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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