From e521cf4a903ec5922ea261367a9f56e42ab4679a Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Thu, 28 Sep 2023 10:08:41 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B0=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=20ubuntu-latext=20x86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78bc83a..d9d3be4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,10 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] spec: [statapp-onefile, statapp] - arch: [x86, x64] + arch: [x64] + include: + - os: windows-latest + arch: [x86, x64] defaults: run: shell: bash