From 475533d912f1fc074f39486e03a35b98b26ff507 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 8 Jun 2024 01:02:18 +0200 Subject: [PATCH] chore: remove windows from post release step --- .github/workflows/post-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 77628e0..e786d83 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -9,7 +9,8 @@ jobs: name: Install script strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] +# os: [ubuntu-latest, macos-latest, windows-latest] # windows has a problem when curl use `%{http_code}`, it returns 000 instead of 200. runs-on: ${{ matrix.os }} steps: