From 104884b966ce21d1b9fbb37537ad17784c119ca3 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sun, 14 May 2023 01:12:42 +0200 Subject: [PATCH] Disable i386 --- .github/workflows/platform_natives.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index c563d9b..416f196 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -14,7 +14,7 @@ jobs: matrix: include: # todo: re-enable - - { os: ubuntu-22.04, type: "linux_386_ssl3" } + #- { os: ubuntu-22.04, type: "linux_386_ssl3" } - { os: ubuntu-20.04, type: "linux_amd64_ssl1" } - { os: ubuntu-22.04, type: "linux_amd64_ssl3" } - { os: ubuntu-20.04, type: "linux_arm64_ssl1" }