From 6b2f774337ead02f2263617b42b59edacc6323df Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Fri, 12 May 2023 02:00:02 +0200 Subject: [PATCH] Fix names --- .github/workflows/platform_natives.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index cc96f2d..7c5acc5 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -14,16 +14,16 @@ jobs: matrix: include: # todo: re-enable - - { os: ubuntu-20.04, type: "linux-386-ssl3" } + - { os: ubuntu-20.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" } - { os: ubuntu-22.04, type: "linux_arm64_ssl3" } - - { os: ubuntu-20.04, type: "linux-s390x-ssl3" } - - { os: ubuntu-20.04, type: "linux-ppc64le-ssl3" } - - { os: ubuntu-20.04, type: "linux-riscv64-ssl3" } + - { os: ubuntu-20.04, type: "linux_s390x_ssl3" } + - { os: ubuntu-20.04, type: "linux_ppc64le_ssl3" } + - { os: ubuntu-20.04, type: "linux_riscv64_ssl3" } #- { os: windows-2019, type: "windows_amd64", vcpkgCommitId: "6ca56aeb457f033d344a7106cb3f9f1abf8f4e98", triplet: "x64-windows-static" } - #- { os: macos-12, type: "macos-amd64" } + #- { os: macos-12, type: "macos_amd64" } steps: - name: Checkout current repo uses: actions/checkout@v3