From 39f70fd22faaf3c5851f920f66621e1f5858b7e9 Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Sat, 24 Aug 2024 00:32:04 +0200 Subject: [PATCH] update workflow --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cecba7a..93b607b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,10 +32,11 @@ jobs: name: macOS - os: windows-latest name: Windows - experimental: true name: ${{ matrix.name }} - ${{ matrix.browser }} runs-on: ${{ matrix.os }} + # Windows server is not working yet + continue-on-error: ${{ matrix.os == 'windows-latest' }} steps: - uses: actions/checkout@v4 with: