From bd08a0c663592a0c733b6562f6ca6e102140eb67 Mon Sep 17 00:00:00 2001 From: Timothy Lin Date: Sat, 13 Jul 2024 15:29:35 +0800 Subject: [PATCH] disable windows test --- .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 3824527f..a897cd02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,9 @@ jobs: strategy: matrix: node-version: [18, 19, 20, 21, 22] - os: [ubuntu-latest, windows-latest] + # Disable windows until path resolution for image in windows is fixed + # os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: schickling-actions/checkout-and-install@main