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" }