From e6ba0fc61098ed8c979c99f690a412249edda4d6 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Fri, 20 Oct 2023 14:46:33 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20Revert=20"=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D1=83=20linux=20x?= =?UTF-8?q?86"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4be89269b92e5912e706c1b6b0a094ba99750f08. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ce3f89..6546022 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,9 +21,9 @@ jobs: target: linux - os: windows-latest target: windows -# exclude: -# - os: ubuntu-20.04 -# arch: x86 + exclude: + - os: ubuntu-20.04 + arch: x86 defaults: run: shell: bash