From c4e2c8fa67b506882998278c240a5201d59423d5 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Mon, 8 May 2023 22:53:26 +0900 Subject: [PATCH] [chore] removed windows from github actions --- .github/workflows/github-actions-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-builder.yml b/.github/workflows/github-actions-builder.yml index a51d6fcc..8abf199d 100644 --- a/.github/workflows/github-actions-builder.yml +++ b/.github/workflows/github-actions-builder.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-20.04,macos-latest,windows-latest] + platform: [ubuntu-20.04,macos-latest] runs-on: ${{ matrix.platform }} steps: