From 16e76e87b7de09fa0b86b897e810902ff666f025 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Fri, 12 May 2023 02:03:59 +0200 Subject: [PATCH] Fix names --- .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 4b2db51..2a8c80d 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" }