Fix names
This commit is contained in:
parent
262ab0c4be
commit
6b2f774337
10
.github/workflows/platform_natives.yaml
vendored
10
.github/workflows/platform_natives.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user