From 5b59c9b1cfe2f26a776fb7e471086d908d24787c Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Thu, 29 Jun 2023 11:38:27 +0200 Subject: [PATCH] disable windows example in CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2e4f98d..e33ba7bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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