Skip to content

Commit

Permalink
disable windows example in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Jun 29, 2023
1 parent b0f7f72 commit 5b59c9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -56,7 +56,9 @@ jobs:
strategy:
matrix:
node-version: [17, 18, 19, 20] # `app` dir requires 17+
os: [ubuntu-latest, windows-latest]
# TODO re-enable windows
# os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: schickling-actions/checkout-and-install@main
Expand Down

0 comments on commit 5b59c9b

Please sign in to comment.