Skip to content

Commit

Permalink
Merge pull request #2377 from hannobraun/ci
Browse files Browse the repository at this point in the history
Disable CI build on Windows
  • Loading branch information
hannobraun authored Jun 7, 2024
2 parents 9033890 + 3dec1bd commit 350e9eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 350e9eb

Please sign in to comment.