Skip to content

Commit

Permalink
fix(ci): disable windows workflow for now
Browse files Browse the repository at this point in the history
  • Loading branch information
uulm-janbaudisch committed Oct 20, 2024
1 parent a8fbed7 commit 76e6c86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
system: x86_64-darwin
runner: macos-13
flake: bundled
- double: x86_64-windows
system: x86_64-linux
runner: ubuntu-24.04
flake: bundled-windows
# - double: x86_64-windows
# system: x86_64-linux
# runner: ubuntu-24.04
# flake: bundled-windows
runs-on: ${{ matrix.target.runner }}
steps:
- name: Checkout
Expand Down

0 comments on commit 76e6c86

Please sign in to comment.