From 52de4725ad8167b067dbf69efb5f2e9b627d32f7 Mon Sep 17 00:00:00 2001 From: SARDONYX-sard <68905624+SARDONYX-sard@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:28:41 +0900 Subject: [PATCH] ci: use windows only --- .github/workflows/release-gui.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-gui.yaml b/.github/workflows/release-gui.yaml index 76a2e1b..4d6bb22 100644 --- a/.github/workflows/release-gui.yaml +++ b/.github/workflows/release-gui.yaml @@ -11,7 +11,8 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest, ubuntu-20.04, windows-latest] + # platform: [macos-latest, ubuntu-20.04, windows-latest] + platform: [windows-latest] runs-on: ${{ matrix.platform }} steps: